【发布时间】:2021-09-29 20:30:45
【问题描述】:
有时,Github 外部操作失败。例如,如果连接丢失。
Run actions/setup-node@v1
connect ETIMEDOUT 104.20.22.46:443
Waiting 15 seconds before trying again
connect ETIMEDOUT 104.20.22.46:443
Waiting 18 seconds before trying again
Error: connect ETIMEDOUT 104.20.22.46:443
对于 shell 命令,动作 https://github.com/marketplace/actions/retry-step 存在。这个动作对我没用。
有人知道在运行时重新运行单个 Github 操作的步骤选项或 Github 操作吗?
【问题讨论】:
标签: github workflow github-actions