Lucas Costi 0b406c0e14 Merge pull request #13 from actions/workflow-command-replacement
Update output to use new environment file method
2022-10-17 10:57:12 +10:00
2019-09-23 15:28:55 +10:00
2019-09-05 20:41:55 -07:00
2019-09-06 15:28:14 -07:00
2022-10-14 14:13:12 +10:00

Hello world docker action

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 Docs.

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@main
with:
  who-to-greet: 'Mona the Octocat'
Description
Mirror of github.com/actions/hello-world-docker-action
Readme 81 KiB
Languages
Dockerfile 62.6%
Shell 37.4%