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 9b63e9f commit 3358649Copy full SHA for 3358649
src/ci_starter/cli/__init__.py
@@ -101,6 +101,7 @@ def workflows(
101
with workdir.helper_script.open("w", encoding="utf-8") as script_file:
102
script: str = generate_helper_script()
103
script_file.write(script)
104
+ _make_script_executable = workdir.helper_script.chmod(0o755)
105
106
base_workflow_file = workdir.workflows / workflow_file_name.name
107
with base_workflow_file.open("w", encoding="utf-8") as base_workflow:
0 commit comments