Commit ceeba63
committed
GH Actions/verify-release: show output for release attestations
Apparently, by default, the GH CLI doesn't show any output when run from a GH Actions step.
This can be confusing and it makes debugging the workflow harder as, in case of failure, it is unclear what the step failed on.
The `GH_FORCE_TTY` environment variable (set to any value) should enable the normal output for the GH CLI command, which should fix this.
Refs:
* cli/cli#10047
* https://cli.github.com/manual/gh_help_environment1 parent 57d7bd0 commit ceeba63
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| |||
183 | 184 | | |
184 | 185 | | |
185 | 186 | | |
| 187 | + | |
186 | 188 | | |
187 | 189 | | |
188 | 190 | | |
| |||
0 commit comments