1
0
mirror of https://gitea.com/gitea/act synced 2026-05-06 01:37:48 +02:00
Files
act/pkg/runner/testdata/remote-action-docker/push.yml
2020-07-20 21:43:36 +02:00

11 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'