github.com/nektos/act@v0.2.63/pkg/runner/testdata/issue-122/main.yaml (about) 1 name: Checkout 2 3 on: push 4 5 jobs: 6 7 test: 8 name: Test 9 runs-on: ubuntu-latest 10 steps: 11 - uses: actions/checkout@v2 12 with: 13 path: test-subdir1 14 - run: grep "Checkout" test-subdir1/issue-122/main.yaml 15 - uses: actions/checkout@v2 16 with: 17 repository: actions/checkout 18 path: test-subdir2 19 - run: grep "Checkout" test-subdir2/action.yml