December 2024
Beginner to intermediate
256 pages
6h 44m
English
In part 1, you will learn the basics of GitHub Actions. Chapter 1 will introduce you to the vast GitHub ecosystem, which you can automate using GitHub Actions workflows. You will learn why GitHub Actions is more than just continuous integration/continuous delivery (CI/CD), and you will learn about the different hosting and pricing options. In chapter 2, you will get your first hands-on experience in writing workflows, using the workflow editor, incorporating Actions from the marketplace, and executing your workflow. Chapter 3 covers everything you need to know about GitHub Action workflows; you will learn YAML and the workflow syntax, workflow triggers, expressions, contexts, workflow commands, and how to author and ...