Skip to content

ETIMEDOUT : API call #733

@1itachi

Description

@1itachi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions