Automating your workflow with GitHub Actions
Getting started with GitHub Actions
Configuring workflows
- Configuring a workflow
- Managing a workflow run
- Workflow syntax for GitHub Actions
- Events that trigger workflows
- Virtual environments for GitHub Actions
- Software in virtual environments for GitHub Actions
- Contexts and expression syntax for GitHub Actions
- Persisting workflow data using artifacts
Building actions
- About actions
- Metadata syntax for GitHub Actions
- Creating a JavaScript action
- Creating a Docker container action
- Development tools for GitHub Actions