此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
为每个问题选择最佳答案。
使用什么操作来保存 GitHub Actions 工作流中的工件?
actions/upload-artifact
actions/checkout@v3
actions/download-artifact
以下哪一个选项是 无法使用 GitHub Actions 工作流的方法?
每次推送时自动运行测试套件。
启动评审过程。
自动执行常见重复任务,例如欢迎新参与者访问存储库。
上传一个新的秘密到 GitHub Secrets。
你会使用哪个操作从 GitHub Actions 提供的虚拟机访问存储库代码?
actions/checkout
npm install
actions/setup-node
以下矩阵将产生多少个版本? os: [ubuntu-latest, windows-latest] node-version: [14.x, 16.x, 18.x]
os: [ubuntu-latest, windows-latest] node-version: [14.x, 16.x, 18.x]
六
三级
五
如何在 GitHub Actions 工作流中的作业之间传递数据?
通过使用 needs 关键字。
needs
通过使用 outputs 关键字。
outputs
通过使用 env 关键字。
env
通过使用 secrets 关键字。
secrets
在检查工作前,必须回答所有问题。
此页面是否有帮助?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?