mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
fix: nil pointer access ( workflow_dispatch )
This commit is contained in:
parent
3676e99039
commit
d72ce8baa1
5 changed files with 50 additions and 9 deletions
9
act/runner/testdata/workflow_dispatch-scalar/workflow_dispatch.yml
vendored
Normal file
9
act/runner/testdata/workflow_dispatch-scalar/workflow_dispatch.yml
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
name: workflow_dispatch
|
||||
|
||||
on: workflow_dispatch
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: exit 0
|
Loading…
Add table
Add a link
Reference in a new issue