You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Update the changelog
v0.0.1
Pre-release
This action prints "Hello World" to the log or "Hello" + the name of a person to greet. To learn how this action was built, see "Creating a Docker container action" in the GitHub Help documentation.
Required The name of the person to greet. Default "World"
.
The time we greeted you.
uses: actions/hello-world-docker-action@master
with:
who-to-greet: 'Mona the Octocat'