Skip to main content
GitHub Docs
All products
GitHub Actions
快速入门
了解 GitHub Actions
了解 GitHub Actions
查找和自定义操作
基本功能
Expressions
上下文
环境变量
工作流程计费和限制
Using workflows
Triggering a workflow
触发工作流程的事件
工作流程语法
工作流程命令
Reusing workflows
Advanced workflow features
Creating starter workflows
Using starter workflows
与组织共享工作流程
缓存依赖项
Storing workflow artifacts
GitHub CLI in workflows
Using jobs
Using jobs in a workflow
Choosing the runner for a job
Using conditions to control job execution
Using a build matrix for your jobs
Using concurrency
Using environments for jobs
在容器中运行作业
Setting default values for jobs
Assigning permissions to jobs
Defining outputs for jobs
管理工作流程运行
手动运行工作流程
Re-running workflows and jobs
取消工作流程
批准公共复刻运行
Reviewing deployments
禁用和启用工作流程
Skip workflow runs
删除工作流程运行
下载工作流程构件
Remove workflow artifacts
Build and test
持续集成
构建和测试 Java & Ant
构建和测试 Java & Gradle
使用 Maven 构建和测试 Java
构建和测试 .NET
Build & test Node.js or Python
构建和测试 PowerShell
构建和测试Ruby
构建和测试 Swift
构建和测试 Xamarin 应用程序
部署
About deployments
About continuous deployment
Deploy with GitHub Actions
Deploying to your cloud provider
部署到 Amazon ECS
Deploy to Azure
Deploy to Google Kubernetes Engine
Security hardening your deployments
About security hardening with OpenID Connect
Configuring OpenID Connect in Amazon Web Services
Configuring OpenID Connect in Azure
Configuring OpenID Connect in Google Cloud Platform
Configuring OpenID Connect in HashiCorp Vault
Configuring OpenID Connect in cloud providers
Using OpenID Connect with reusable workflows
Targeting different environments
Use environments for deployment
Managing your deployments
查看部署历史记录
Deploying Xcode applications
签名 Xcode 应用程序
Containerized services
关于服务容器
PostgreSQL 服务容器
Redis 服务容器
发布包
使用 GitHub Actions 进行打包
发布 Docker 映像
带有 Gradle 的 Java 包
带有 Maven 的 Java 包
Node.js 包
Managing issues and pull requests
项目管理操作
向议题添加标签
关闭不活跃的议题
添加标签以评论议题
移动分配的议题
添加卡片时删除标签
计划议题的创建
迁移到 GitHub Actions
从 Azure Pelines 迁移
从 CircleCI 迁移
从 GitLab CI/CD 迁移
从 Jenkins 迁移
从 Travis CI 迁移
监控和故障排除
关于监控和疑难解答
使用可视化图表
添加状态徽章
查看工作流程运行历史记录
查看作业执行时间
使用工作流程运行日志
启用调试日志
通知
使用 GitHub 托管的运行器
GitHub-hosted runners
Monitoring your current jobs
自定义运行器
托管您自己的运行器
About self-hosted runners
Add self-hosted runners
使用自托管运行器自动缩放
启动时运行运行器应用程序
代理服务器
标签运行器
在工作流程中使用运行器
管理运行器组
Monitor & troubleshoot
删除自托管的运行器
Security guides
安全强化
加密机密
Automatic token authentication
创建操作
About custom actions
Docker 容器操作
JavaScript 操作
Composite action
元数据语法
Dockerfile 支持
设置退出代码
在 GitHub Marketplace 中发布
Releasing and maintaining actions
CLI setup action
Guides for GitHub Actions
我们经常发布文档更新,此页面的翻译可能仍在进行中。有关最新信息,请访问
英文文档
。如果此页面上的翻译有问题,请
告诉我们
。
GitHub Actions
/
Using workflows
Free, Pro, & Team
Free, Pro, & Team
Enterprise Cloud
Enterprise Server 3.4
Enterprise Server 3.3
Enterprise Server 3.2
Enterprise Server 3.1
Enterprise Server 3.0
GitHub AE
All Enterprise Server releases
About versions
简体中文
English
简体中文
(
Simplified Chinese
)
日本語
(
Japanese
)
Español
(
Spanish
)
Português do Brasil
(
Portuguese
)
注册
搜索主题、产品......
GitHub Docs
GitHub Actions
/
Using workflows
GitHub Actions
Get started
Account and profile
Authentication
Repositories
GitHub
Enterprise administrators
Billing and payments
Organizations
Code security
Pull requests
GitHub Issues
GitHub Actions
GitHub Codespaces
GitHub Packages
Search on GitHub
Developers
REST API
GraphQL API
GitHub CLI
GitHub Discussions
GitHub Sponsors
Building communities
GitHub Pages
Education
GitHub Desktop
GitHub Support
Atom
Electron
CodeQL
npm
Free, Pro, & Team
Free, Pro, & Team
Enterprise Cloud
Enterprise Server 3.4
Enterprise Server 3.3
Enterprise Server 3.2
Enterprise Server 3.1
Enterprise Server 3.0
GitHub AE
All Enterprise Server releases
About versions
简体中文
English
简体中文
(
Simplified Chinese
)
日本語
(
Japanese
)
Español
(
Spanish
)
Português do Brasil
(
Portuguese
)
注册
搜索主题、产品......
Using workflows
Creating and managing GitHub Actions workflows.
Triggering a workflow
触发工作流程的事件
GitHub Actions 的工作流程语法
GitHub Actions 的工作流程命令
Reusing workflows
Advanced workflow features
Creating starter workflows for your organization
Using starter workflows
Sharing workflows, secrets, and runners with your organization
缓存依赖项以加快工作流程
Storing workflow data as artifacts
Using GitHub CLI in workflows