Skip to content

Commit c7832ac

Browse files
committed
🐛 Fix translation pr action
1 parent c54fc61 commit c7832ac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/translations-pr.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ permissions:
1414
contents: 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
2223
env:
2324
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)