fix: nil pointer access ( workflow_dispatch )

This commit is contained in:
ChristopherHX
2022-11-10 21:16:00 +01:00
committed by GitHub
parent cf00e8d9bb
commit d97481d567
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: ./