- A detailed description of what the action does.
- Required input and output arguments.
- Optional input and output arguments.
- Secrets the action uses.
- Environment variables the action uses.
- An example of how to use your action in a workflow.
This action prints "Hello World" or "Hello" + the name of a person to greet to the log.
Required The name of the person to greet. Default "World"
.
The time we greeted you.
uses: actions/hello-world-docker-action@v1 with: who-to-greet: 'Mona the Octocat'