[ci skip] fix wrong PR description in flathub workflow

This commit is contained in:
Armin Schrenk 2024-02-28 13:42:37 +01:00
parent 414465371b
commit ef3affece3
No known key found for this signature in database
GPG Key ID: 8F2992163CBBA7FC

View File

@ -68,7 +68,7 @@ jobs:
git push
- name: Create pull request
run: |
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
PR_URL=$(gh pr create --title "Release ${{ needs.get-version.outputs.semVerStr }}" --body-file pr_body.md)
echo "FLATHUB_PR_URL=$PR_URL" >> "$GITHUB_ENV"
env: