英文: How to use a custom path for GitHub Actions workflow file? 问题 可以使用 GitHub Actions 的路径除了 /.github...
GitHub workflow 何时触发 merge_group 并且是否受分支限制?
英文: When does a GitHub workflow trigger for merge_group and is it restricted by branch? 问题 我正在尝试使用Gi...
GitHub工作流程操作中暂停。
英文: GitHub pause in the middle of workflow action 问题 我已创建了GitHub工作流程。它首先部署到暂存环境,然后在合并时部署到生产环境。我想要的是在...
“Functions common to several lambda” 可以翻译为 “多个 Lambda 共用的函数”。
英文: Functions common to several lambda 问题 我有一个在NodeJS下托管在AWS上的项目,我有几个函数希望在多个Lambda函数中使用,而不必复制粘贴。目前,我...
Is there a way i can specify the github action workflow to use powershell 7 instead of default powershell 5?
英文: Is there a way i can specify the github action workflow to use powershell 7 instead of default p...
使用Github Actions将多个项目部署到Azure
英文: Deploy multiple projects to Azure using Github Actions 问题 我遇到了与这个问题相同的问题。我已经修改了自动生成的yml文件,使得在构建步...
Cypress Github Actions 使用类似 env-cmd 的方式加载环境文件。
英文: Cypress Github Actions load env file like env-cmd 问题 GitHub Action中类似下面命令的等效配置是什么: env-cmd -f .e...
如何从同一分支调用 GitHub 可重用工作流?
英文: How do I call a GitHub reusable workflow from the same branch? 问题 我有一个存储库,其中包含一些自定义操作和可重用工作流程。为了...
创建 GitHub 检查运行仅将结果附加到第一个操作运行。
英文: Creating a github check run attaches results to only first actions run 问题 一个操作执行了一个 octokit 请求来创...
GitHub Actions未使用Azure中正确的SPN执行Terraform。
英文: github actions not using right spn from azure to execute terraform 问题 I'm using github actions t...
24