summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/remote-action-js/push.yml
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/runner/testdata/remote-action-js/push.yml')
-rw-r--r--pkg/runner/testdata/remote-action-js/push.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkg/runner/testdata/remote-action-js/push.yml b/pkg/runner/testdata/remote-action-js/push.yml
new file mode 100644
index 0000000..c284e6d
--- /dev/null
+++ b/pkg/runner/testdata/remote-action-js/push.yml
@@ -0,0 +1,12 @@
+name: remote-action-js
+on: push
+
+jobs:
+ test:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/hello-world-javascript-action@v1
+ with:
+ who-to-greet: 'Mona the Octocat'
+
+ - uses: cloudposse/actions/github/slash-command-dispatch@0.14.0