-
-
Notifications
You must be signed in to change notification settings - Fork 537
Closed
Description
Timeout error for API call
Creates new branch and commits all changes just as expected but fails with the following error:
_Error: request to https://api.github.com/repos/org/repo/pulls failed, reason: connect ETIMEDOUT_
When I run the curl with the token and URL, I get a successful result.
Steps to reproduce
Runs as a scheduler:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3.8.2
with:
token: ${{ secrets.ACCESS_PAT }}
base: master
I am unsure if this is a bug or configuration error on my part.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels