1
0
mirror of https://gitea.com/gitea/act synced 2024-11-27 07:08:57 +00:00
act/pkg/runner/testdata/job-nil-step/push.yml
ChristopherHX 91fd412c51
fix: panic if a step in a job is nil (#1145)
* fix: panic if a step is a job is nil

* simplify

* [no ci] Add testdata

* [no ci] Add Test
2022-05-12 19:23:34 +00:00

8 lines
85 B
YAML

on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
-
- run: exit 0