Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 720 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 720 Bytes

GitHub Actions Fundamentals

Repo for the GitHub Actions Fundamentals training.

👉 Objectives

  • Understand the basic components and vocabulary of GitHub Actions
  • Understand the YAML syntax (scalar types, quotes, literal blocks, maps, and sequences)
  • Understand the workflow syntax and how to write workflows using intellisense
  • Understand events that can trigger workflows
  • Learn the context and expression syntax as well as workflow commands
  • Know the different types of actions and how to create/publish them
  • Understand the different hosting options for runners
  • Use Secrets and Environments for staged deployments
  • Workflow templates and reusable workflows