英文: Is it possible to access step outputs from another Github actions job? 问题 给定以下示例工作流程: name: My w...
在GitHub的PR中是否有缩短检查名称的方法?
英文: Is there a way to shorten the check name in GitHub PR? 问题 这是在Github使用Github Actions中的检查名称。 它包含wo...
为什么可以在 CI 环境中运行 Go 的测试和构建而无需先安装依赖项呢?
英文: Why is it possible to run Go tests and builds inside CI environments without having to install t...
GitHub Actions – “Node.js 12 actions are deprecated.” 尽管我已将所有内容升级到v18。
英文: GitHub Actions - "Node.js 12 actions are deprecated." although I upgraded everything t...
在Github Actions中:根据下拉选择动态选择环境值
英文: In Github Actions: Dynamically select the environment value based on Dropdown Choice 问题 在GitHub ...
Docker Build Failed in Github Actions – failed to read dockerfile
英文: Docker Build Failed in Github Actions - failed to read dockerfile 问题 我有以下的目录结构: ├── .github/work...
我们可以在Github Action配置中使用多种语言吗?
英文: Can we use many language on Github Action Configuration 问题 我想在Github Action上为QA自动化创建CI。但是有多种语言用于...
如何在Docker容器中使用私有仓库进行身份验证
英文: How To Authenticate with Private Repository in Docker Container 问题 我有一个私有的git仓库,我需要能够在“容器构建”视角下进...
需要一种方法将Docker参数中的单个字符串转换为多个参数。
英文: Need a way to convert a single string in docker args to many args 问题 我编写了一个小的 Golang 程序,从 GitHub...
在 GitHub Actions 中运行 pre-commit.com 的 golang 脚本。
英文: run pre-commit.com script for golang in github actions 问题 我正在尝试在 GitHub Actions 中使用与 golang 相关的一...
24