Update notice command in ReleaseFS_open.yml

This commit is contained in:
humbletim
2026-06-17 11:49:18 -04:00
committed by GitHub
parent f06426f9dc
commit a2cc9a2dc5
+2 -2
View File
@@ -41,8 +41,8 @@ jobs:
CLEAN_NOTICE=$(echo "$INPUTS_JSON" | jq -r 'to_entries | map("\(.key): \(.value)") | join("\n")')
# URL-encode the newlines so the GitHub annotation parser reads it as one message
CLEAN_NOTICE="${CLEAN_NOTICE//$'\n'/'%0A'}"
echo "::notice title=github.event.inputs::$CLEAN_NOTICE"
echo "::notice file=.github/workflows/main.yml,line=1,title=Workflow Dispatch Inputs::$CLEAN_LIST"
- name: Clone repos
run: |
set -xEuo pipefail