8
pkg/runner/testdata/runs-on/push.yml
vendored
Normal file
8
pkg/runner/testdata/runs-on/push.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
name: runs-on
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo ${GITHUB_ACTOR} | grep nektos/act
|
Reference in New Issue
Block a user