Skip to content

Commit 71cbe61

Browse files
committed
add debug
1 parent 9dc930b commit 71cbe61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/src/tools/gitutils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,5 @@ def add_changes(repo, skip_files):
172172

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

0 commit comments

Comments
 (0)