diff --git a/.github/scripts/publish_preflight_check.sh b/.github/scripts/publish_preflight_check.sh index e467fabd..970355ac 100755 --- a/.github/scripts/publish_preflight_check.sh +++ b/.github/scripts/publish_preflight_check.sh @@ -165,7 +165,7 @@ readonly CHANGELOG=`${CURRENT_DIR}/generate_changelog.sh` echo "$CHANGELOG" # Parse and preformat the text to handle multi-line output. -https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#example-of-a-multiline-string +# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#example-of-a-multiline-string FILTERED_CHANGELOG=`echo "$CHANGELOG" | grep -v "\\[INFO\\]"` EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64) echo "changelog=<<$EOF" >> "$GITHUB_OUTPUT"