summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/checkout
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/runner/testdata/checkout')
-rw-r--r--pkg/runner/testdata/checkout/push.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/runner/testdata/checkout/push.yml b/pkg/runner/testdata/checkout/push.yml
new file mode 100644
index 0000000..c18eaa1
--- /dev/null
+++ b/pkg/runner/testdata/checkout/push.yml
@@ -0,0 +1,8 @@
+name: checkout
+on: push
+
+jobs:
+ checkout:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2