Skip to content

Commit

Permalink
Fix download translations branch deletion (#1847)
Browse files Browse the repository at this point in the history
Surely this time it will work
  • Loading branch information
GarboMuffin authored Jan 7, 2025
1 parent 6f662c6 commit c80d120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/download-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
for branch in $all_branches; do
if [[ $branch == update-translations-* ]]; then
echo "Deleting branch: $branch"
git branch -d origin "$branch"
git push -d origin "$branch"
else
echo "Keeping branch: $branch"
fi
Expand Down

0 comments on commit c80d120

Please sign in to comment.