act/pkg/runner/testdata/local-action-dockerfile/push.yml

11 lines
180 B
YAML
Raw Normal View History

name: local-action-dockerfile
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: ./actions/docker-local
with:
who-to-greet: 'Mona the Octocat'