How to use and develop a GitHub Actions workflow using Node.js
With GitHub Actions you can automate your workflow from idea to production. Focus on what matters: code
Actions can be written in any language, but we will take a closer look in how to write our workflow using Node.js and interact with the full GitHub API.
MIT © Stefan Stölzle