github工作流错误:无法下载操作' https://api.github.com/'。错误:无法建立SSL连接,请参阅内部异常

发布于 2025-02-11 10:03:20 字数 1097 浏览 1 评论 0原文

无法下载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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文