mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-23 07:15:03 +01:00
fix: nil pointer access ( workflow_dispatch )
This commit is contained in:
9
pkg/runner/testdata/workflow_dispatch-scalar/workflow_dispatch.yml
vendored
Normal file
9
pkg/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
|
||||
Reference in New Issue
Block a user