github.com/nektos/act@v0.2.63/pkg/runner/testdata/issue-1595/no-first.yml (about) 1 name: no first 2 on: push 3 4 jobs: 5 second: 6 runs-on: ubuntu-latest 7 needs: first 8 steps: 9 - run: echo How did you get here? 10 shell: bash