Skip to content

Commit f027977

Browse files
committed
ci: use different url?
1 parent e26d2ee commit f027977

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.url}}"
61+
HEAD_REMOTE="${{github.event.pull_request.head.repo.clone_url}}"
6262
6363
echo "BASE_REF=$BASE_REF" >> $GITHUB_ENV
6464
echo "HEAD_REF=$HEAD_REF" >> $GITHUB_ENV

0 commit comments

Comments
 (0)