From 54fd3e58e472d1d289986af6b44f6e83ee18770a Mon Sep 17 00:00:00 2001 From: Ben Knutson Date: Wed, 18 Feb 2026 00:53:48 +0000 Subject: [PATCH] Refactor Github Action per b/485167538 --- .github/workflows/python-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \