Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

v35.0.0

Compare
Choose a tag to compare
@github-learning-lab github-learning-lab released this 18 May 21:59
344ba5f

View Course

GitHub Actions: Writing JavaScript Actions

Steps

  1. Setup a workflow file
  2. Run a workflow
  3. Prep the workflow
  4. Add an Action reference
  5. On to your development environment
  6. Creating the Action metadata
  7. Create the Action entrypoint
  8. Exploring your input parameters
  9. Integrating Actions with external APIs
  10. Prevent the workflow from running
  11. Install dependencies for the second action
  12. Create your new Action metadata
  13. Create your Actions JavaScript files
  14. Use the joke Action in a workflow
  15. Having Actions tell a joke... or two
  16. Write the final Action
  17. Add third Actions metadata
  18. Add third Actions JavaScript files
  19. Trigger the third Action
  20. Wrapping things up

Complete Diff

v34.1.0...v35.0.0