github.com/nektos/act@v0.2.63/pkg/runner/testdata/workflow_dispatch-scalar-composite-action/workflow_dispatch.yml (about) 1 name: workflow_dispatch 2 3 on: workflow_dispatch 4 5 jobs: 6 test: 7 runs-on: ubuntu-latest 8 steps: 9 - run: | 10 runs: 11 using: composite 12 steps: 13 - run: | 14 exit 0 15 shell: bash 16 shell: cp {0} action.yml 17 - uses: ./