Course link (with a big discount 🙂): https://www.lauromueller.com/courses/mastering-github-actions
Check my other courses:
- 👉 The Complete Docker and Kubernetes Course: From Zero to Hero - https://www.lauromueller.com/courses/docker-kubernetes
- 👉 Mastering Terraform: From Beginner to Expert - https://www.lauromueller.com/courses/mastering-terraform
- 👉 Write better code: 20 code smells and how to get rid of them - https://www.lauromueller.com/courses/writing-clean-code
Welcome everyone! I'm very happy to see you around, and I hope this repository brings lots of value for those learning more about GitHub Actions. Make sure to check the link above for a great discourse on the course in Udemy, where I not only provide theoretical explanations around all the concepts here, but also go in details through the entire coding of the examples in this repository.
Here are a few tips for you to best navigate the contents of this repository:
- Workflow examples are all located in the
.github/workflows
directory. Each example has a matching top-level directory where all the necessary code is stored, together with a README.md file with more information about the topic. - For each workflow file, make sure to check the history of that file in GitHub. I often make several commits per file, and checking the history helps to understand how the workflow has evolved. The commits also mirror closely the individual steps I take during the recordings of my course.
- You can easily browse all the commits related to a single topic by searching on GitHub's top-right search bar by the name of the folder of that topic (for example, for commits related to reusable workflows, look for
18-reusable-workflows
). I made sure to include the topic in every commit, so everything is very easy to follow and understand.
-
Example E2E repository (used in Section 18: Reusable Workflows): https://github.com/lm-academy/github-actions-course-example-e2e
-
GitHub Actions Documentation: Comprehensive guide covering all aspects of GitHub Actions.
-
Quickstart for GitHub Actions: Step-by-step tutorial to get you started with creating and running workflows.
-
Understanding GitHub Actions: In-depth explanation of core concepts and essential terminology.
-
Workflow Syntax for GitHub Actions: Detailed reference on writing workflows using YAML syntax.
-
GitHub Actions Cheat Sheet: Quick reference guide for common commands and configurations.
-
GitHub Actions Marketplace: Explore a wide range of pre-built actions to integrate into your workflows.
-
GitHub Actions Examples: Collection of example workflows to help you get started.
-
GitHub Actions Security Best Practices: Guidelines to ensure the security of your workflows.