Create a New Github Action That Logs Hello World with Javascript and NodeJS

Share this video with your friends

Send Tweet

In this lesson, you'll learn how to create a brand new Github Action from scratch using Javascript. Running on Nodejs, we'll create a new script that logs "Hello, world!", configure the Action registration information, and initialize it as an npm package so that we can prepare to publish it to the world.