Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 750 Bytes

04.7_on-to-actions.md

File metadata and controls

14 lines (9 loc) · 750 Bytes

Congratulations 🎉 {docsify-ignore-all}

Mona the Octocat celebrating

At this point we've covered quite a bit on using GitHub Actions to run custom workflows. Most of the tasks we've demonstrated up to this point are related directly to a CI/CD pipeline for software development.

In the following sections we are going to answer these questions:

  • What if I can't find a community action that suits my needs?
  • Is this feature only suitable for CI/CD?
  • What can I do if I'm not able to consume open source code?
  • I like to write code so how to I write actions?

👈Let's get started by moving to the Anatomy of an Action section.