mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-03 02:10:18 +00:00
11 lines
193 B
YAML
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'
|