Commit acc2f7f
Use
The `::set-output` command has been deprecated and is scheduled for
removal on Jun 1, 2023 [1]. The recommended way to set output parameters
today is by writing them to `$GITHUB_OUTPUT` file [2].
[1] https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
[2] https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter
Resolves: ikalnytskyi#6$GITHUB_OUTPUT instead of ::set-output
1 parent e5b7793 commit acc2f7f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
0 commit comments