From 63f24e0f0ee023250bef0299ffc767a0b9c14a50 Mon Sep 17 00:00:00 2001 From: Daniel Young Lee Date: Wed, 26 Apr 2023 16:26:24 -0700 Subject: [PATCH] Fix preflight script. --- .github/scripts/publish_preflight_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/publish_preflight_check.sh b/.github/scripts/publish_preflight_check.sh index e467fab..970355a 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"