Re-trigger

This commit is contained in:
Tadgh 2023-05-10 20:09:04 -07:00
parent 1fc6b80839
commit df9f9340a8
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ def poll_for_pipeline_status(pipeline_id):
fprint(f"Generated pipeline. [pipeline_id={pipeline_id}]")
#Set as output of job
with open(os.environ['GITHUB_OUTPUT'], 'a') as fh:
print(f'pipeline_id={pipeline_id}', file=fh)