11 lines
195 B
YAML
11 lines
195 B
YAML
|
name: remote-action-docker
|
||
|
on: push
|
||
|
|
||
|
jobs:
|
||
|
test:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/hello-world-docker-action@master
|
||
|
with:
|
||
|
who-to-greet: 'Mona the Octocat'
|