7dbf3fcb96
* Fix: Regressions of run step after failure * Add test, to enshure no panic * Print error of failed step
7 lines
No EOL
131 B
YAML
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 |