multiline delimiter?

This commit is contained in:
Matthias Mair 2024-03-01 00:22:41 +01:00
parent 1a6e390482
commit f901d1c6f3
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A

View File

@ -40,8 +40,12 @@ jobs:
https://api.github.com/repos/inventree/InvenTree/releases/generate-notes \
-d '{"tag_name":"${{ steps.version.outputs.tag }}","target_commitish":"${{ steps.version.outputs.old_branch }}","previous_tag_name":"${{ steps.version.outputs.old_version }}"}')
echo $auto_text
echo '$auto_text' >> $GITHUB_STEP_SUMMARY
echo "auto_text='$auto_text'" >> $GITHUB_OUTPUT
echo $auto_text >> $GITHUB_STEP_SUMMARY
{
echo 'auto_text<<EOF'
$auto_text
echo EOF
} >> "$GITHUB_OUTPUT"
- name: "Dummy: Set version"
run: echo "Change version to ${{ steps.version.outputs.tag }}"
- name: "Dummy: Update changelog header"