Skip to content

Commit

Permalink
Ignore return code of git merge in sync workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
botder authored Sep 2, 2023
1 parent cbd5938 commit e795e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-master-to-maetro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git checkout release/maetro
git merge master --no-ff --no-edit --no-commit
git merge master --no-ff --no-edit --no-commit || true
# Discard locale conflicts
git checkout --ours -- Shared/installer/locale "Shared/data/MTA San Andreas/MTA/locale"
Expand Down

0 comments on commit e795e0b

Please sign in to comment.