diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 7afc00a..c4ffe97 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -89,7 +89,7 @@ jobs: exit 0 else curl --request POST \ - --url ${{ github.api_url }}/repos/${{ github.repository }}/check-runs \ + --url ${GITHUB_API_URL}/repos/${{ github.repository }}/check-runs \ --header "authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \ --header "content-type: application/json" \ --header "Accept: application/vnd.github.v3+json" \