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.
GitHub Actions 的基本功能→
GitHub Actions 旨在帮助您建立强大而动态的自动化。 本指南说明如何创建包括环境变量、定制化脚本等的 GitHub Actions 工作流程。
Managing complex workflows→
This guide shows you how to use the advanced features of GitHub Actions, with secret management, dependent jobs, caching, build matrices, 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.
GitHub 操作的安全强化→
使用 GitHub Actions 功能的良好安全实践。
从 CircleCI 迁移到 GitHub 操作→
GitHub 操作和 CircleCI 在配置上具有若干相似之处,这使得迁移到 GitHub 操作相对简单。
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.
Migrating from Azure Pipelines to GitHub Actions→
GitHub Actions and Azure Pipelines share several configuration similarities, which makes migrating to GitHub Actions relatively straightforward.
从 Jenkins 迁移到 GitHub 操作→
GitHub Actions 和 Jenkins 有多种相似之处,这使得迁移到 GitHub Actions 相对简单。