在 GitHub Actions 的仓库中自动化、自定义和执行软件开发工作流程。 您可以发现、创建和共享操作以执行您喜欢的任何作业(包括 CI/CD),并将操作合并到完全自定义的工作流程中。
无论您是 GitHub Actions 的新用户还是有兴趣学习他们提供的内容,本指南都可帮助您使用 GitHub Actions 来加快应用程序开发工作流程。
You can create custom continuous integration (CI) workflows directly in your GitHub repository with GitHub Actions.
Learn how to control deployments with features like environments and concurrency.
您可以在 GitHub Actions 中设置工作流程生成包并将其上传到 GitHub Packages 或其他包托管提供程序。
You can use the tools in GitHub Actions to monitor and debug your workflows.
使用服务容器的示例工作流程
声明设置跨仓库标签的 GitHub Actions
以声明方式同步 GitHub 标签的 GitHub Actions
在操作中发布 GitHub 版本
用于生成和发布 Docker 映像的 GitHub 操作
使用文件中的内容创建议题的 GitHub Actions
GitHub provides starter workflows for a variety of languages and tooling.
您可以将 Node.js 包发布到注册表,作为持续集成 (CI) 工作流程的一部分。
您可以创建持续集成 (CI) 工作流程来构建和测试您的 PowerShell 项目。