Skip to content

Commit

Permalink
fix: auto-merge crowdin pr not working (#1664)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meierschlumpf authored Dec 15, 2024
1 parent 5bdc669 commit f330c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-schedule-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ steps.obtainToken.outputs.token }}
run: |
gh pr merge ${{steps.crowdin-download.outputs.pull_request_number}} --auto --merge --squash --delete-branch --subject "chore(lang): updated translations from crowdin"
gh pr merge ${{steps.crowdin-download.outputs.pull_request_number}} --auto --squash --delete-branch --subject "chore(lang): updated translations from crowdin"

0 comments on commit f330c7e

Please sign in to comment.