Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix usage of deprecated
set-output
, give nicer URL to commit (#916)
`set-output` is deprecated (https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/) and the job always printed annoying warning because of that. Fix that to use `$GITHUB_OUTPUT` instead. Additionally, instead of printing just a hash of the commit, print a (clickable) URL to the commit.
- Loading branch information