使用 Python 设置 GitHub Action 输出
GitHub Action 的输出格式为将 {name}={value}
写到环境变量 GITHUB_OUTPUT
[1][2],本文分享如何使用 Python 设置 GitHub Action 输出。主要内容来自于这篇讨论[3]。
单行
1 |
|
多行
1 |
|
只需要调用
1 |
|
References
- Workflow commands for GitHub Actions. Archived on 2024-09-06. Retrieved 2024-09-06. ↩
- GitHub Actions: Deprecating save-state and set-output commands. Archived on 2024-09-06. Retrieved 2024-09-06. ↩
- How to set-output from a python script in Github workflow step. #28146. Archived on 2024-09-06. Retrieved 2024-09-06. ↩
使用 Python 设置 GitHub Action 输出
https://blog.zhanganzhi.com/zh-CN/2024/09/523202aa5e89/