Skip to content

Commit

Permalink
Change merge to rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
kodebanget authored Feb 4, 2024
1 parent b459437 commit c5912aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/get-upstream-changes-I10n-id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
if [ "$FILE_IS_UPDATED" != "" ]; then
git config user.email "[email protected]"
git config user.name "kemarau"
git merge upstream/main
git rebase upstream/main
git push origin main
fi

0 comments on commit c5912aa

Please sign in to comment.