This action prints "Hello World" or "Hello" + the name of a person to greet to the log.
Required The name of the person to greet. Default "World".
The time we greeted you.
uses: actions/hello-world-javascript-action@v1.1
with:
who-to-greet: 'Mona the Octocat'https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action
As an alternative, you can use a tool called @vercel/ncc to compile your code and modules into one file used for distribution.