diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5258c70..6a6855d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: PR_AUTHOR: ${{ github.event.pull_request.user.login }} shell: bash run: | - source_repo="$(jq -r '.source.repo' UPSTREAM.json)" + source_repo="$(jq -r '.source.repository' UPSTREAM.json)" source_commit="$(jq -r '.source.commit' UPSTREAM.json)" short="${source_commit:0:12}" [[ "$PR_AUTHOR" == "${APP_SLUG}[bot]" ]]