Skip to content

Commit

Permalink
Update runtime.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFalourd authored Dec 12, 2023
1 parent 140ff05 commit fb03fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
print(f"- RUN TASKS LIST: {tasks}")

with open(os.environ['GITHUB_ENV'], "a") as f:
f.write(f"runId={runId}")
f.write(f"RUN_ID={runId}")

else:
print("- Error starting self hosted deploy run")
Expand Down

0 comments on commit fb03fa5

Please sign in to comment.