summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/non-existent-action/push.yml
blob: f6b0c6e547c1c12714688387bc465ff762e89e0c (plain)
1
2
3
4
5
6
7
on: push
name: non-existent-action
jobs:
  nopanic:
    runs-on: ubuntu-latest
    steps:
    - uses: ./path/to/non-existent-action