summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/ensure-post-steps/push.yml
blob: 3e67b35ae7cf2916c3c8ee842cbe0de814c6e937 (plain)
1
2
3
4
5
6
7
8
name: test
on: push
jobs:
  second-post-step-should-fail:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: ./ensure-post-steps/action-composite/