We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca8ad7 commit d5b1a54Copy full SHA for d5b1a54
.github/workflows/CI-mutation-tests.yml
@@ -35,7 +35,7 @@ jobs:
35
base_path = os.environ.get('BASE_PATH', 'src/environments/')
36
with open(base_path + "keys.ts", "w") as fileWithKeys:
37
scopes = os.environ['SCOPES']
38
- export_scopes = f'export const SCOPES = ["{scopes}"];\n'
+ export_scopes = f'export const SCOPES = ["{scopes}"];'
39
print(export_scopes)
40
client_id = os.environ['CLIENT_ID']
41
export_client_id = f'export const CLIENT_ID = "{client_id}";\n'
0 commit comments