Go to file
Shakar Bakr af3d3a113f
Add logs
Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
2023-10-01 15:48:02 +03:00
.github/workflows Don't send filePath input to test out it's functionality 2023-09-19 10:28:03 +03:00
dist Update dist 2023-09-20 14:27:55 +03:00
.gitignore npm init 2023-09-11 11:44:07 +03:00
action.yml Build index.js with @vercel/ncc 2023-09-19 16:57:09 +03:00
Dockerfile init commit 2023-09-11 10:22:11 +03:00
entrypoint.sh change permission of entrypoint (make it executable) 2023-09-11 10:53:37 +03:00
index.js Add logs 2023-10-01 15:48:02 +03:00
package-lock.json Update package json 2023-09-19 17:08:00 +03:00
package.json Commit message here 2023-10-01 12:46:07 +00:00
README.md Update readme 2023-09-11 12:14:49 +03: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@v1.1 with: who-to-greet: 'Mona the Octocat' **