summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/act-composite-env-test/push.yml
blob: da7109eb71b9cd6f4833db263047bbbafc4bc514 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
on: push
env:
  GLOBAL: "1"
jobs:
  test:
    runs-on: ubuntu-latest
    env:
      JOB: "1"
    steps:
    - uses: actions/checkout@v2
    - uses: ./act-composite-env-test/action1
      env:
        COMPOSITE_OVERRIDE: "1"