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

Releases: githubtraining/write-javascript-actions

v32.0.0

27 Jan 19:58
22a45fd
Compare
Choose a tag to compare

View Course

GitHub Actions: Writing JavaScript Actions

Steps

  1. Setup a workflow file
  2. Run a workflow
  3. Add an Action reference
  4. On to your development environment
  5. Creating the Action metadata
  6. Create the Action entrypoint
  7. Adding input parameters
  8. Exploring your input parameters
  9. Integrating Actions with external APIs
  10. Prevent the workflow from running
  11. Create your new Action metadata
  12. Create your Actions JavaScript files
  13. Use the joke Action in a workflow
  14. Having Actions tell a joke... or two
  15. Configure the workflow for a third Action
  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

v31.0.0...v32.0.0

v31.0.0

13 Jan 21:45
5832e04
Compare
Choose a tag to compare

View Course

GitHub Actions: Writing JavaScript Actions

Steps

  1. Prepare the repository
  2. Run a workflow
  3. Add an Action reference
  4. On to your development environment
  5. Creating the Action metadata
  6. Create the Action entrypoint
  7. Adding input parameters
  8. Exploring your input parameters
  9. Integrating Actions with external APIs
  10. Prevent the workflow from running
  11. Create your new Action metadata
  12. Create your Actions JavaScript files
  13. Use the joke Action in a workflow
  14. Having Actions tell a joke... or two
  15. Configure the workflow for a third Action
  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

v30.1.0...v31.0.0