Skip to content

Commit d5b1a54

Browse files
committed
#58 CI strykey
1 parent 1ca8ad7 commit d5b1a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-mutation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
base_path = os.environ.get('BASE_PATH', 'src/environments/')
3636
with open(base_path + "keys.ts", "w") as fileWithKeys:
3737
scopes = os.environ['SCOPES']
38-
export_scopes = f'export const SCOPES = ["{scopes}"];\n'
38+
export_scopes = f'export const SCOPES = ["{scopes}"];'
3939
print(export_scopes)
4040
client_id = os.environ['CLIENT_ID']
4141
export_client_id = f'export const CLIENT_ID = "{client_id}";\n'

0 commit comments

Comments
 (0)