英文: I have created a feature branch from wrong branch and did my work on this branch 问题 示例如下: master...
这个分支比主要分支超前1个提交,落后2个提交。
英文: This branch is 1 commit ahead, 2 commits behind main 问题 I pushed all the changes to branch and t...
Git在使用revert命令时显示(修改/删除)冲突。
英文: Git is showing (modify/delete) conflict while using the revert command 问题 I made an empty reposi...
指定GitHub父工作流中子工作流的运行标签的方式是什么?
英文: Way to specify runs-on labels of sub workflow in parent GitHub workflow? 问题 我有一些GitHub工作流程,分为父工作...
拒绝 github-actions 对仅来自分支的 PR 的仓库访问权限
英文: Permission to repo denied to github-actions for PR coming from a Fork only 问题 我们有一个GitHub Action...
可以调度使用机密的 GitHub 可重用工作流吗?
英文: Can I dispatch a GitHub reusable workflow that uses secrets? 问题 我创建了一个可重用的工作流来运行单元测试。 在主工作流中,我调用...
Nested JSON appsetting substitution not working in microsoft/variable-substitution
英文: Nested JSON appsetting substitution not working in microsoft/variable-substitution 问题 我正在尝试替换应用程...
如何将主分支中子目录中的React项目部署到GitHub Pages。
英文: How to deploy a react project found in a subdirectory in the main branch to Github Pages 问题 上下文 ...
无法从 GitHub 工作流中的一个运行器中访问 OIDC 令牌,而另一个可以。
英文: Can't access OIDC token from github workflow in one runner but not the other 问题 我正在尝试在自托管运行器...
如何从同一文件夹中调用可重用的 GitHub 工作流
英文: How to call reusable GitHub workflow from same folder 问题 无法找到'/home/runner/work/{repository-name...
37