10
pkg/runner/testdata/remote-action-docker/push.yml
vendored
Normal file
10
pkg/runner/testdata/remote-action-docker/push.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
name: remote-action-docker
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/hello-world-docker-action@master
|
||||
with:
|
||||
who-to-greet: 'Mona the Octocat'
|
Reference in New Issue
Block a user