Skip to content

Commit

Permalink
sys: Use non-deprecated github output update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
TEParsons committed Jun 2, 2024
1 parent 40be778 commit 178c5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ def construct_changelog(messages):
# write changelog
changelog = construct_changelog(messages)

print(f'::set-output name=changelog::{changelog}')
print(f"\"changelog={changelog}\" >> $GITHUB_OUTPUT")

0 comments on commit 178c5ba

Please sign in to comment.