We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54fc61 commit 60891d9Copy full SHA for 60891d9
.github/workflows/translations-pr.yml
@@ -18,6 +18,6 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- name: create pull request
21
- run: gh pr create -B main -H weblate --title 'Translations update from Weblate'
+ run: gh pr create -B main -H weblate --title 'Translations update from Weblate' --body ''
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments