Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Long committed Mar 8, 2024
1 parent 976dada commit 5b67389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint/entrypoint/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def compress_encode_file(file):

def set_github_output(key, value):
logging.info("trying to set github output")
print(key)
print(value)
print(f"Key: {key}")
print(f"Value length: {len(value)}")
if os.getenv('GITHUB_ACTIONS') == 'true':
return os.system(f'echo "{key}={value}" >> "$GITHUB_OUTPUT"')
else:
Expand Down

0 comments on commit 5b67389

Please sign in to comment.