英文: Github Tags not updating 问题 我正在为我的项目创建一个CI/CD流水线。我正在使用GitHub Actions构建镜像并将它们存储在AWS ECR中。 整个流水线运行...
GitHub Actions workflow path filter not working.
英文: GitHub Actions workflow path filter not working 问题 我正在测试一些GitHub Actions功能,用于运行仅在名为file-name.md的...
GitHub Actions需要在派生源的PR上使用机密。
英文: GitHub Actions requiring secrets on a fork-origin PR 问题 以下是翻译好的部分: 我们在组织的GitHub仓库中有一个函数代码,应该编译并部...
如何在特定条件下触发GitHub可重复使用工作流
英文: How To Trigger GitHub Reusable Workflow On Specific Condition 问题 我有一个可重用的工作流,在每次提交被推送后运行单元测试。然而,...
如何在 GitHub Actions 的构建步骤后,在下一步中使用 Docker 构建。
英文: How to use docker build in next step of github actions after build step 问题 以下是我使用的GHA工作流程YAML文件示...
管理 GitHub Action 工作流程与 Prefect Cloud 2
英文: Manage github Action Workflow with Prefect Cloud 2 问题 我有几个GitHub操作工作流需要运行。为了管理它们,我想要使用Prefect Cl...
I am trying to deploy my Nest JS app to a digitalocean droplet using Github Actions. The job I run keeps failing at the "git pull" command
英文: I am trying to deploy my Nest JS app to a digitalocean droplet using Github Actions. The job I r...
在 Github Actions 中获取 Shell 的标准输出并将其发布在 Pull Request 评论中。
英文: In Github actions get Shell stdout and post it in a PR Comment 问题 我正在创建一个CI/CD流水线,尝试获取Shell脚本的输出...
GitHub Actions即使收到非零退出代码也会将作业完成为成功
英文: GitHub Actions completes job as success even it receives non-zero exit code 问题 我创建了 test.bat 以便从...
获取通过GitHub Actions部署的AWS .NET 6 Lambda函数中目录的路径。
英文: Get the path to a directory in an AWS .NET 6 Lambda deployed via GitHub Actions 问题 我正在通过GitHub A...
24