We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4144653 commit ef3affeCopy full SHA for ef3affe
1 file changed
.github/workflows/flathub.yml
@@ -68,7 +68,7 @@ jobs:
68
git push
69
- name: Create pull request
70
run: |
71
- echo "> [!IMPORTANT]\n> Todos:\n> - [ ] Update maven dependencies\n> - [ ] Check for JDK update\n> - [ ] Check for JFX update" > pr_body.md
+ printf "> [!IMPORTANT]\n> Todos:\n> - [ ] Update maven dependencies\n> - [ ] Check for JDK update\n> - [ ] Check for JFX update" > pr_body.md
72
PR_URL=$(gh pr create --title "Release ${{ needs.get-version.outputs.semVerStr }}" --body-file pr_body.md)
73
echo "FLATHUB_PR_URL=$PR_URL" >> "$GITHUB_ENV"
74
env:
0 commit comments