Skip to content

Commit 5869a9d

Browse files
committed
šŸ› Fix translation pr action
1 parent 88e2232 commit 5869a9d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ā€Ž.github/workflows/translations-pr.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ concurrency:
1111
cancel-in-progress: true
1212

1313
permissions:
14-
contents: write
14+
pull-requests: write
1515

1616
jobs:
17-
translation-r:
17+
translation-pr:
18+
name: "Create Translation PR"
1819
runs-on: ubuntu-latest
1920
steps:
2021
- name: create pull request
21-
run: gh pr create -B main -H weblate --title 'Translations update from Weblate'
22+
run: gh pr create -B main -H weblate --title 'Translations update from Weblate' --body '' --repo $GITHUB_REPOSITORY || true
2223
env:
2324
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
Ā (0)