Skip to content

Commit

Permalink
gha: fix fetch step in upstream sync workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Jul 2, 2024
1 parent 1f39759 commit 550935d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-with-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
echo "Checking if PR is up-to-date"
git fetch ${upstream_url} refs/pull/${pr_number}/head
git fetch origin refs/pull/${pr_number}/head
if git diff --stat --exit-code upstream/main FETCH_HEAD; then
echo "PR is up-to-date"
exit 0
Expand Down

0 comments on commit 550935d

Please sign in to comment.