There was an error while loading. Please reload this page.
1 parent 19d7654 commit 7753040Copy full SHA for 7753040
1 file changed
.github/workflows/ci.yml
@@ -96,7 +96,7 @@ jobs:
96
PR_AUTHOR: ${{ github.event.pull_request.user.login }}
97
shell: bash
98
run: |
99
- source_repo="$(jq -r '.source.repo' UPSTREAM.json)"
+ source_repo="$(jq -r '.source.repository' UPSTREAM.json)"
100
source_commit="$(jq -r '.source.commit' UPSTREAM.json)"
101
short="${source_commit:0:12}"
102
[[ "$PR_AUTHOR" == "${APP_SLUG}[bot]" ]]
0 commit comments