We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54fc61 commit c7832acCopy full SHA for c7832ac
.github/workflows/translations-pr.yml
@@ -14,10 +14,11 @@ permissions:
14
contents: write
15
16
jobs:
17
- translation-r:
+ translation-pr:
18
+ name: "Create Translation PR"
19
runs-on: ubuntu-latest
20
steps:
21
- name: create pull request
- 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
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments