Fix #65: changelog variable assignment (#97)

This commit is contained in:
Thorsten Sommer 2024-08-24 10:24:00 +02:00 committed by GitHub
parent 69a6fcf094
commit 2d82fcc5e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: