1
0
Fork 0
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:
ChristopherHX 2022-11-10 21:16:00 +01:00 committed by GitHub
parent 3676e99039
commit d72ce8baa1
5 changed files with 50 additions and 9 deletions

View file

@ -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: ./