summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/non-existent-action
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/runner/testdata/non-existent-action')
-rw-r--r--pkg/runner/testdata/non-existent-action/push.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/runner/testdata/non-existent-action/push.yml b/pkg/runner/testdata/non-existent-action/push.yml
new file mode 100644
index 0000000..f6b0c6e
--- /dev/null
+++ b/pkg/runner/testdata/non-existent-action/push.yml
@@ -0,0 +1,7 @@
+on: push
+name: non-existent-action
+jobs:
+ nopanic:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: ./path/to/non-existent-action \ No newline at end of file