This repository was archived by the owner on Sep 1, 2022. It is now read-only.
View Course
GitHub Actions: Writing JavaScript Actions
Steps
- Setup a workflow file
- Run a workflow
- Prep the workflow
- Add an Action reference
- On to your development environment
- Creating the Action metadata
- Create the Action entrypoint
- Exploring your input parameters
- Integrating Actions with external APIs
- Prevent the workflow from running
- Install dependencies for the second action
- Create your new Action metadata
- Create your Actions JavaScript files
- Use the joke Action in a workflow
- Having Actions tell a joke... or two
- Write the final Action
- Add third Actions metadata
- Add third Actions JavaScript files
- Trigger the third Action
- Wrapping things up