Skip to content

Commit 4afaf7e

Browse files
committed
ci: use git url
1 parent 235f1fe commit 4afaf7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
BASE_REF="${{ github.event.pull_request.base.sha }}"
6060
HEAD_REF="${{ github.event.pull_request.head.sha }}"
61-
HEAD_REMOTE="${{github.event.pull_request.head.repo}}"
61+
HEAD_REMOTE="${{github.event.pull_request.head.repo.git_url}}"
6262
6363
echo "BASE_REF=$BASE_REF" >> $GITHUB_ENV
6464
echo "HEAD_REF=$HEAD_REF" >> $GITHUB_ENV

0 commit comments

Comments
 (0)