mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-02-05 16:49:06 +00:00
parent
69a6fcf094
commit
2d82fcc5e1
6
.github/workflows/build-and-release.yml
vendored
6
.github/workflows/build-and-release.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user