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.
2 parents ae1595b + f6618f5 commit 5daa479Copy full SHA for 5daa479
app/main.py
@@ -22,7 +22,7 @@ def replace_env_variables_in_app_yaml_file():
22
if repl_env_var is not None:
23
yaml_data["env_variables"][key] = repl_env_var
24
else:
25
- raise Exception(f"cannot find the env-variable {key} in \"env\" section in github workflow")
+ raise Exception(f"cannot find the env-variable {env_var[1:]} in \"env\" section in github workflow")
26
27
with open(yaml_file, "w") as stream:
28
yaml.dump(yaml_data, stream)
0 commit comments