Ensures that all commits are following the conventional-commits standard.
Find a file
2020-06-11 08:44:55 +02:00
dist/main feat: create action-conventional-commits 2020-06-11 08:44:55 +02:00
.gitignore chore: initial commit 2020-06-11 07:50:40 +02:00
.prettierrc.js chore: initial commit 2020-06-11 07:50:40 +02:00
action.yml chore: initial commit 2020-06-11 07:50:40 +02:00
CONTRIBUTING.md chore: initial commit 2020-06-11 07:50:40 +02:00
main.ts feat: create action-conventional-commits 2020-06-11 08:44:55 +02:00
package.json chore: initial commit 2020-06-11 07:50:40 +02:00
README.md chore: initial commit 2020-06-11 07:50:40 +02:00
tsconfig.json chore: initial commit 2020-06-11 07:50:40 +02:00

Hello world javascript 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-javascript-action@v1 with: who-to-greet: 'Mona the Octocat'