No description
Find a file
2024-05-09 21:07:22 -04:00
action.yml initial 2024-05-09 20:28:21 -04:00
Dockerfile updated 2024-05-09 21:03:35 -04:00
entrypoint.sh add exec 2024-05-09 21:07:22 -04:00
README.md hello world action 2024-05-09 20:30:54 -04:00

Hello world docker action

This action prints "Hello World" or "Hello" + the name of a person to greet to the log.

Inputs

who-to-greet

Required The name of the person to greet. Default "World".

Outputs

time

The time we greeted you.

Example usage

uses: actions/hello-world-docker-action@v2 with: who-to-greet: 'Mona the Octocat'