Skip to content

Commit 232aafd

Browse files
cagnuleinclaude
andcommitted
Fix Update Translations workflow failing to create PR
The workflow checks out the newly pushed translation branch before running peter-evans/create-pull-request, so without an explicit base the action compared the branch against itself and errored out every run. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 99f27b2 commit 232aafd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update-translations.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
uses: peter-evans/create-pull-request@v5
9696
with:
9797
token: ${{ secrets.GITHUB_TOKEN }}
98+
base: master
9899
branch: ${{ env.BRANCH_NAME }}
99100
title: "🌍 Update translation strings"
100101
body: |

0 commit comments

Comments
 (0)