These modified GitHub actions have been included here because publicly existing versions of these actions are not quite good enough for us. A good example of this is our custom Jira fields, so we include a lot of Jira related actions.
First please see the documentation for what different files do in a GitHub action.
Note: The following steps were written for CentOS 7.
- Install
nvmwithsudo yum install nvm. - Install NodeJS 12 with
nvm install v12. - Activate NodeJS 12 with
nvm use v12. - Navigate to one of the directories from in this directory.
- Install the project with
npm install. - Modify the source code as you see fit.
- Rebuild the dist folder with
npm run-script build. - Check in new files.