write-javascript-actions
write-javascript-actions copied to clipboard
Write your own GitHub JavaScript Action and automate customized tasks unique to your workflow.
### Summary I had to manually update the README to Step 2, since the workflow that updates such file is not working properly. **Even when the instructions are reproduced in...
**Describe the bug** Redundant file content in section 4 **To Reproduce** Go to section 4 of the readme, it contains the same file content twice. Once as description, once as...
Within _Step 1 - Activity 1 - 9._ it states "we will remove the need to upload node_modules in a later step", however this is never addressed.
In step 1, in the readme this link doesn't work: 404 not found. 
### Summary ### Changes Closes: ### Task list - [ ] For workflow changes, I have verified the Actions workflows function as expected. - [ ] For content changes, I...
### Summary Very minor edit and admittedly pedantic, but the `.git` extension is really only needed for a "bare git repo" - explained pretty well here: https://stackoverflow.com/a/1734421 When cloning a...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...