Skip to content

Commit

Permalink
try with a different set of commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-mm committed Jul 21, 2023
1 parent 3a511ff commit 19b696d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
CHANGES=$(git rev-list HEAD..upstream/main --count)
if [ "$CHANGES" -gt 0 ]; then
echo "Updating fork..."
git config pull.rebase true
git pull upstream main
git push origin main
git checkout main
git merge upstream/main
git push
else
echo "No updates from the original repository."
fi

0 comments on commit 19b696d

Please sign in to comment.