Add npm Packages to a Custom Github Action to Use Open Source Libraries

Share this video with your friends

Send Tweet

In this lesson, you'll learn how to use npm packages to add functionality to your custom Github Action. We'll walk through installing the npm package Axios, using it to fetch a quote from a Futurama Character API, compiling our action to a single file, and updating our configuration to use our updated Action.

Futurama API

mathias gheno
mathias gheno
~ 2 years ago

Do I really need to push my dist? There is no way to generate the dist using action.yml commands?