fix description text for PR

This commit is contained in:
Armin Schrenk
2026-02-20 16:17:08 +01:00
parent ee5165320d
commit d5bc0914f4

View File

@@ -177,7 +177,7 @@ jobs:
- name: Create pull request
id: create-pr
run: |
printf "> [!IMPORTANT]\n> Todos:\n> - [ ] Update build instructions\n> - [ ] Check for JDK update\n> - [ ] Check for JFX update" > pr_body.md
printf "Created by event $GITHUB_EVENT_NAME in workflow $GITHUB_WORKFLOW in run $GITHUB_RUN_ID" > pr_body.md
PR_URL=$(gh pr create --title "Release $VERSION" --body-file pr_body.md)
echo "url=$PR_URL" >> "$GITHUB_OUTPUT"
env: