Skip to content

Test

Test #1

name: Test
on: [workflow_dispatch]
jobs:
test-action:
runs-on: ubuntu-latest
steps:
- name: Say hello
uses: andpab/hello-world-docker-action@v1
with:
who-to-greet: '@octocat'