github工作流错误:无法下载操作' https://api.github.com/'。错误:无法建立SSL连接,请参阅内部异常
无法下载github操作-TJ-actions/
test:
runs-on: ubuntu-latest
name: Test changed-files
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
- name: Get changed file
id: changed-files
uses: tj-actions/[email protected]
- name: List all changed files
run: |
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
echo "$file was changed"
done
c0a3a8a1aea7a7a7a5a4eda6a9aca5b380b380b380b680b680b6f2f2f2f3eef1 m获取错误为:
警告:无法下载动作'https://api.github.com/repos/repos/tj-actions/changed-files/tarball/34a865a2b221bd60ec071f5e71f5e7a666666ffdac888aa'。错误:无法建立SSL连接,请参见内部异常。 警告:重试之前退回26.677秒。 警告:未能下载动作'https://api.github.com/repos/tj-actions/changed-files/tarball/34a865a2b221bd60ec0d4c071f5e71f5e7a666ffdac88a'。错误:无法建立SSL连接,请参见内部异常。 警告:重试之前21.73秒。 错误:无法建立SSL连接,请参见内部异常。
Unable to download github action - tj-actions/[email protected]
test:
runs-on: ubuntu-latest
name: Test changed-files
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.
- name: Get changed file
id: changed-files
uses: tj-actions/[email protected]
- name: List all changed files
run: |
for file in ${{ steps.changed-files.outputs.all_changed_files }}; do
echo "$file was changed"
done
I'm getting error as:
Warning: Failed to download action 'https://api.github.com/repos/tj-actions/changed-files/tarball/34a865a2b221bd60ec0d4c071f5e7a66ffdac88a'. Error: The SSL connection could not be established, see inner exception.
Warning: Back off 26.677 seconds before retry.
Warning: Failed to download action 'https://api.github.com/repos/tj-actions/changed-files/tarball/34a865a2b221bd60ec0d4c071f5e7a66ffdac88a'. Error: The SSL connection could not be established, see inner exception.
Warning: Back off 21.73 seconds before retry.
Error: The SSL connection could not be established, see inner exception.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论