Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoerens committed Aug 6, 2024
1 parent e8dcbd3 commit 3efcf8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/src/tools/gitutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,5 @@ def add_changes(repo, skip_files):

def add_output(name, value):
with open(os.environ["GITHUB_OUTPUT"], "a") as fh:
print(f"Adding to GITHUB_OUTPUT: {name}={value}")
print(f"{name}={value}", file=fh)

0 comments on commit 3efcf8f

Please sign in to comment.