act/pkg/runner/testdata/non-existent-action/push.yml
ChristopherHX 7dbf3fcb96
Fix: regression run after failure (#971)
* Fix: Regressions of run step after failure

* Add test, to enshure no panic

* Print error of failed step
2022-01-27 16:20:44 +00:00

7 lines
No EOL
131 B
YAML

on: push
name: non-existent-action
jobs:
nopanic:
runs-on: ubuntu-latest
steps:
- uses: ./path/to/non-existent-action