英文: GitHub Actions repository secret not passed correctly to re-usable workflow 问题 这是要翻译的部分: "我...
GitHub action docker/build-push-action@v4 with a simple test failing online, "works on my PC"?
英文: GitHub action docker/build-push-action@v4 with a simple test failing online, "works on my P...
Warning for `set-output` command is deprecated and will be disabled soon. won't go away even with updating the code to new command syntax
英文: Warning for `set-output` command is deprecated and will be disabled soon. won't go away even...
从一个bash脚本中获取GitHub拉取请求中所有新创建/编辑的文件的列表。
英文: get a list of all newly created/edited files in a github pull request from a bash script 问题 for ...
GitHub Action nektos/act command not found.
英文: GitHub Action nektos/act command not found 问题 I am new in github actions and I'm trying to migra...
Add Java CI with Maven workflow to Maven project with my own dependencies.
英文: Add Java CI with Maven workflow to Maven project with my own dependencies 问题 我有一个GitHub仓库,里面包含三个...
指定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 Actions: 在 “uses” 上下文中是否可以引用存储库变量或环境变量?
英文: Github Actions: Is it possible to reference a repository variable or environment variable within...
可以调度使用机密的 GitHub 可重用工作流吗?
英文: Can I dispatch a GitHub reusable workflow that uses secrets? 问题 我创建了一个可重用的工作流来运行单元测试。 在主工作流中,我调用...
24