GitHub Actions Documentation
Automate, customize, and execute your software development workflows right in your repository with GitHub 操作. You can discover, create, and share actions to perform any job you'd like, including CI/CD, and combine actions in a completely customized workflow.
入门指南
关于 GitHub 操作→
GitHub 操作 可让您直接在 GitHub 仓库中创建自定义软件开发生命周期 (SDLC) 工作流程。
配置工作流程→
You can create custom workflows to automate your project's software development life cycle processes.
关于操作→
Actions are individual tasks that you can combine to create jobs and customize your workflow. You can create your own actions, and use and customize actions shared by the GitHub community.
GitHub 操作使用入门→
GitHub 操作 具有融入工作流程每个步骤的强大执行环境。 您可以发现、创建和分享 GitHub 操作 以执行您喜欢的任何工作。
Configuring and managing workflows→
You can create custom workflows and manage runs to control your project's software development life cycle processes.
Language and framework guides→
You can create continuous integration (CI) workflows that build and test projects written in different programming languages.
Publishing packages with GitHub Actions→
Create and publish packages to GitHub 包注册表 or another package hosting provider.
Migrating to GitHub Actions→
Migrate from other continuous integration (CI) providers to GitHub 操作.
Building and testing code with continuous integration→
You can use GitHub 操作 to create custom continuous integration (CI) and continuous deployment (CD) workflows in your repository.
构建操作→
You can create your own actions, use and customize actions shared by the GitHub community, or write and share the actions you build.
Hosting your own runners→
You can create self-hosted runners to run workflows in a highly customizable environment.
Reference→
Reference documentation for building actions, creating workflows, and other tools and information on GitHub 操作.