Commit 04239f5
committed
fix(infracost): replace deprecated set-output with GITHUB_OUTPUT
The Slack-message step used the legacy ::set-output workflow command,
which GitHub has deprecated and will disable. Write to $GITHUB_OUTPUT
instead, using a run-id-scoped heredoc delimiter for the multi-line
slack-message value.1 parent ed07c00 commit 04239f5
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
| |||
0 commit comments