GitHub action to commit files
After you've made the neccesary changes you must build the action for them to useable.
Husky will automatically run this whenever you commit and commit the built changes as well.
However, if you ever want to build the action manually just run npm run build
which will compile all the JS code into single index.js
file, inside the dist
folder.