5d2eb1f238
* Update push.yml * Update main.yaml * Update action.yml
10 lines
191 B
YAML
10 lines
191 B
YAML
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'
|