11 lines
180 B
YAML
11 lines
180 B
YAML
|
name: local-action-dockerfile
|
||
|
on: push
|
||
|
|
||
|
jobs:
|
||
|
test:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: ./actions/docker-local
|
||
|
with:
|
||
|
who-to-greet: 'Mona the Octocat'
|