We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc930b commit 71cbe61Copy full SHA for 71cbe61
scripts/src/tools/gitutils.py
@@ -172,4 +172,5 @@ def add_changes(repo, skip_files):
172
173
def add_output(name, value):
174
with open(os.environ["GITHUB_OUTPUT"], "a") as fh:
175
+ print(f"Adding to GITHUB_OUTPUT: {name}={value}")
176
print(f"{name}={value}", file=fh)
0 commit comments