Issue accessing outputs of a skipped job - works on GH CI #2467
Labels
confirmed/not-planned
Those issues are confirmed, but not planned to be fixed. PR's get reviewed
kind/bug
Something isn't working
Bug report info
Command used with act
Describe issue
Tested on GitHub CI, works as expected, but not locally using latest
act
.I have configured three jobs that runs sequentially. The third (and last) job always run, but requires outputs from the second job. I want to configure default values in case the second job is skipped due to an error in the first job.
See the workflow file.
I expect following output in job three (and that's what I get in GitHub CI):
Instead the result of job two is empty, and the outputs from the job two (that is skipped due to the first one failing) are weirdly evaluated to a non empty string and bash complains of a bad substitution (see relevant log output)
Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered: