10 lines
159 B
YAML
10 lines
159 B
YAML
name: Test
|
|
on:
|
|
push:
|
|
|
|
jobs:
|
|
ci:
|
|
uses: https://git.tainton.uk/actions/hello-world-docker-action@v1.0.0
|
|
with:
|
|
who-to-greet: 'Mona the Octocat'
|