Commit a06246c
committed
Update error messages to better handle long commands
When running this action with large number of environment variables the
resulting gcloud command gets very long, and if it fails the error
message visible in github actions output is cut off before it gets to
the actually useful bit with the error message, making it impossible to
tell what went wrong.
This adjusts the message the put the command at the end. It's likely
less interesting since it's constructed from inputs the user provides
anyway.1 parent 1477328 commit a06246c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
| 320 | + | |
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | | - | |
| 331 | + | |
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| |||
0 commit comments