Skip to content

Commit 61a57dd

Browse files
authored
[ ci, fix ] Fix upstream fix repository expression getting (#78)
1 parent 4ee05e5 commit 61a57dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
read -r -a UPSTREAM_PR_PARAMS <<< "$(gh pr view \
7979
--repo 'idris-lang/Idris2' \
8080
--json "headRepositoryOwner,headRepository,headRefOid" \
81-
--jq '.headRepositoryOwner.name,.headRepository.name,.headRefOid' \
81+
--jq '.headRepositoryOwner.login,.headRepository.name,.headRefOid' \
8282
"$UPSTREAM_PR_NUM" | \
8383
tr '\n' ' ')"
8484
{ echo "UPSTREAM_PR_USER=${UPSTREAM_PR_PARAMS[0]}"

0 commit comments

Comments
 (0)