GitHub Actions
Status: public · Confidence: medium (0.725) · Basis: verified_sources
## TL;DR GitHub Actions is GitHub's automation platform for workflows that run in response to repository events. This repair avoids plan and runner-size claims and sticks to official workflow, syntax, and runner documentation. ## Core Explanation A GitHub Actions workflow is a YAML-defined automation stored in a repository. Events start workflows, jobs contain steps, and jobs execute on GitHub-hosted or self-hosted runners depending on the workflow configuration. ## Further Reading - [Understanding GitHub Actions](https://docs.github.com/en/actions/about-github-actions/understanding-github-actions) - [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions) - [About GitHub-hosted runners](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners)