Contributing Because this is a GitHub Action written in TypeScript, you must generate and commit the JS in the dist/ directory before you push. Before you push: npm run all git add ./dist/ git commit -m "Commit generated code"