-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: when run action/checkout@v3 #1748
Comments
We are increasingly seeing this issue in our CI as well. However I am not sure if this is related to v3 since we are seeing this using v4. |
I am facing the same issues with both versions, |
Here's what worked for me: name: 🚀 Test and Deploy
on:
push:
branches:
- release/1.0
- development
- main
workflow_dispatch:
permissions:
issues: write
jobs:
setup:
name: Setup
runs-on: ubuntu-latest
defaults:
run:
shell: bash
#............rest of the code Initially, I added the Modified files is, name: 🚀 Test and Deploy
on:
push:
branches:
- release/1.0
- development
- main
workflow_dispatch:
permissions:
issues: write
contents: write
jobs:
setup:
name: Setup
runs-on: ubuntu-latest
defaults:
run:
shell: bash
#............rest of the code I hope this helps! 🤞 |
Error: error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function.
whta can i do for this error ?
The text was updated successfully, but these errors were encountered: