Skip to content

Commit ef3affe

Browse files
committed
[ci skip] fix wrong PR description in flathub workflow
1 parent 4144653 commit ef3affe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/flathub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
git push
6969
- name: Create pull request
7070
run: |
71-
echo "> [!IMPORTANT]\n> Todos:\n> - [ ] Update maven dependencies\n> - [ ] Check for JDK update\n> - [ ] Check for JFX update" > pr_body.md
71+
printf "> [!IMPORTANT]\n> Todos:\n> - [ ] Update maven dependencies\n> - [ ] Check for JDK update\n> - [ ] Check for JFX update" > pr_body.md
7272
PR_URL=$(gh pr create --title "Release ${{ needs.get-version.outputs.semVerStr }}" --body-file pr_body.md)
7373
echo "FLATHUB_PR_URL=$PR_URL" >> "$GITHUB_ENV"
7474
env:

0 commit comments

Comments
 (0)