Introduction to GitHub Actions→
Learn about the core concepts and various components of GitHub Actions, and see an example that shows you how to add automation to your repository.
Finding and customizing actions→
Actions are the building blocks that power your workflow. A workflow can contain actions created by the community, or you can create your own actions directly within your application's repository. This guide will show you how to discover, use, and customize actions.
Essential features of GitHub Actions→
GitHub Actions are designed to help you build robust and dynamic automations. This guide will show you how to craft GitHub Actions workflows that include environment variables, customized scripts, and more.
Managing complex workflows→
This guide shows you how to use the advanced features of GitHub Actions, with secret management, dependent jobs, caching, build matrices, environments, and labels.
Sharing workflows with your organization→
Learn how you can use organization features to collaborate with your team, by sharing workflow templates, secrets, and self-hosted runners.
Security hardening for GitHub Actions→
Good security practices for using GitHub Actions features.
Von Azure-Pipelines zu GitHub-Aktionen migrieren→
GitHub Actions und Azure-Pipelines haben mehrere Ähnlichkeiten in der Konfiguration, was die Migration zu GitHub Actions relativ einfach macht.
Von CircleCI zu GitHub-Aktionen migrieren→
GitHub-Aktionen und CircleCI haben mehrere Ähnlichkeiten in der Konfiguration, was die Migration zu GitHub-Aktionen relativ einfach macht.
Migrating from GitLab CI/CD to GitHub Actions→
GitHub Actions and GitLab CI/CD share several configuration similarities, which makes migrating to GitHub Actions relatively straightforward.
Von Jenkins zu GitHub-Aktionen migrieren→
GitHub Actions und Jenkins haben mehrere Ähnlichkeiten, was die Migration zu GitHub Actions relativ einfach macht.
Migrating from Travis CI to GitHub Actions→
GitHub Actions and Travis CI share multiple similarities, which helps make it relatively straightforward to migrate to GitHub Actions.