summaryrefslogtreecommitdiffstats
path: root/pkg/runner/testdata/remote-action-docker/push.yml
blob: a1ba05b50031e92806fce1714b261860c7be904f (plain)
1
2
3
4
5
6
7
8
9
10
name: remote-action-docker
on: push

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