Fix #65: changelog variable assignment

This commit is contained in:
Thorsten Sommer 2024-08-24 10:21:20 +02:00
parent 69a6fcf094
commit 8986edc63f
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -794,7 +794,11 @@ jobs:
- name: Append scan results to changelog - name: Append scan results to changelog
run: | run: |
changelog="${{ env.CHANGELOG }}" changelog=$(cat <<'EOOOOOOOF'
${{ env.CHANGELOG }}
EOOOOOOOF
)
links="${{ steps.virus_total.outputs.analysis }}" links="${{ steps.virus_total.outputs.analysis }}"
# Create a temporary file for the changelog: # Create a temporary file for the changelog: