This repository was archived by the owner on Nov 7, 2025. It is now read-only.
Commit f1dcf02
authored
Fix usage of deprecated
`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.set-output, give nicer URL to commit (#916)1 parent 0461d8e commit f1dcf02
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments