教程
通过动手活动获得有关 GitHub Actions 的技能和知识。
Creating an example workflow
In this tutorial, you'll learn how to create a basic workflow that is triggered by a push event.
构建和测试代码
您可以使用 GitHub Actions 自动构建和测试项目。
Use GITHUB_TOKEN for authentication in workflows
Learn how to use the GITHUB_TOKEN
to authenticate on behalf of GitHub Actions.
Create actions
You can build reusable actions to automate tasks in your workflows.
发布包
您可以使用 GitHub Actions 自动发布包。
Managing your work with GitHub Actions
You can automatically manage your issues and pull requests using GitHub Actions workflows.
Store and share data with workflow artifacts
Use artifacts to share data between jobs in a workflow and store data once that workflow has completed.
Using containerized services
You can use containerized services in your GitHub Actions workflows.
迁移到 GitHub Actions
了解如何将现有的 CI/CD 工作流程迁移到 GitHub Actions。
Use Actions Runner Controller
You can host your own runners to run workflows in a highly customizable environment.