From 3295da1cc8607058d35e687fc1f89e35655f44e1 Mon Sep 17 00:00:00 2001 From: bigboateng Date: Sat, 18 Jul 2026 14:06:52 +0100 Subject: [PATCH] Fix generated sync provenance check --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]" ]]