Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit e96dd03

Browse files
committed
gha: fix fetch step in upstream sync workflow
1 parent 1f39759 commit e96dd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-with-upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
echo "Checking if PR is up-to-date"
8181
82-
git fetch ${upstream_url} refs/pull/${pr_number}/head
82+
git fetch origin refs/pull/${pr_number}/head
8383
if git diff --stat --exit-code upstream/main FETCH_HEAD; then
8484
echo "PR is up-to-date"
8585
exit 0

0 commit comments

Comments
 (0)