Github Actions
Understanding GitHub Actions
Overview
The components of Github Actions
Workflows
Events
Jobs
Actions
Runners
Create an example workflow
Finding and customizing actions
Overview
Adding an action to your workflow
Adding an action from the same repository
Adding an action from a different repository
Referencing a container on Docker Hub
Using release management for your custom actions
Using inputs and outputs with an action
Essential features of GitHub Actions
Overview
Using variables in your workflows
Adding scripts to your workflow
Sharing data between jobs
Artifacts
Last updated