BassamJaber / custom-action-js

an example for a custom action written in Javascript with testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

custom-action-js

an example for a custom action written in Javascript with testing

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.1 with: who-to-greet: '[Add a name here] to greet!'

About

an example for a custom action written in Javascript with testing

License:Apache License 2.0


Languages

Language:JavaScript 68.1%Language:Shell 31.9%