2 Commits
Author SHA1 Message Date
dutchie031 44942e5b7a Merge pull request 'fixed multiline' (#3) from feature/automation into main
Reviewed-on: #3
2026-07-26 15:57:05 +00:00
dutchie031 2cec4de32e fixed multiline 2026-07-26 17:53:32 +02:00
+4 -5
View File
@@ -39,11 +39,10 @@ jobs:
found { print } found { print }
' RELEASENOTES.md) ' RELEASENOTES.md)
# Escape newlines for GitHub output # Write multi-line output properly
RELEASE_NOTES="${RELEASE_NOTES//'%'/'%25'}" echo "body<<EOF" >> "$GITHUB_OUTPUT"
RELEASE_NOTES="${RELEASE_NOTES//$'\n'/'%0A'}" echo "$RELEASE_NOTES" >> "$GITHUB_OUTPUT"
RELEASE_NOTES="${RELEASE_NOTES//$'\r'/'%0D'}" echo "EOF" >> "$GITHUB_OUTPUT"
echo "body=$RELEASE_NOTES" >> "$GITHUB_OUTPUT"
- name: Compile Spearhead - name: Compile Spearhead
uses: https://git.dutchie031.com/dutchie031/DcsMissionScriptingTools/github-action@action/v0 uses: https://git.dutchie031.com/dutchie031/DcsMissionScriptingTools/github-action@action/v0