mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-08-08 04:55:02 +02:00
fix: nil pointer access ( workflow_dispatch )
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
name: workflow_dispatch
|
||||
|
||||
on: workflow_dispatch
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: |
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- run: |
|
||||
exit 0
|
||||
shell: bash
|
||||
shell: cp {0} action.yml
|
||||
- uses: ./
|
||||
Reference in New Issue
Block a user