summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/act-composite-env-test/push.yml
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/runner/testdata/act-composite-env-test/push.yml')
-rw-r--r--pkg/runner/testdata/act-composite-env-test/push.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkg/runner/testdata/act-composite-env-test/push.yml b/pkg/runner/testdata/act-composite-env-test/push.yml
new file mode 100644
index 0000000..da7109e
--- /dev/null
+++ b/pkg/runner/testdata/act-composite-env-test/push.yml
@@ -0,0 +1,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"