-
-
Notifications
You must be signed in to change notification settings - Fork 538
ETIMEDOUT : API call #733
Copy link
Copy link
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/[email protected]
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