github.com/nektos/act@v0.2.63/pkg/runner/testdata/fail/push.yml (about)

     1  name: fail
     2  on: push
     3  
     4  jobs:
     5    build:
     6      runs-on: ubuntu-latest
     7      container:
     8        image: node:16-buster-slim
     9        env:
    10          TEST_ENV: test-value
    11      steps:
    12        - run: echo ${TEST_ENV} | grep bazooka