act/pkg/runner/testdata/remote-action-docker/push.yml
2020-07-20 21:43:36 +02:00

10 lines
193 B
YAML

name: remote-action-docker
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/hello-world-docker-action@main
with:
who-to-greet: 'Mona the Octocat'