Skip to content

Commit 7753040

Browse files
authored
Fix generated sync provenance check (#27)
1 parent 19d7654 commit 7753040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
PR_AUTHOR: ${{ github.event.pull_request.user.login }}
9797
shell: bash
9898
run: |
99-
source_repo="$(jq -r '.source.repo' UPSTREAM.json)"
99+
source_repo="$(jq -r '.source.repository' UPSTREAM.json)"
100100
source_commit="$(jq -r '.source.commit' UPSTREAM.json)"
101101
short="${source_commit:0:12}"
102102
[[ "$PR_AUTHOR" == "${APP_SLUG}[bot]" ]]

0 commit comments

Comments
 (0)