We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d78ecd commit cd5af3eCopy full SHA for cd5af3e
.github/scripts/publish_preflight_check.sh
@@ -165,7 +165,7 @@ readonly CHANGELOG=`${CURRENT_DIR}/generate_changelog.sh`
165
echo "$CHANGELOG"
166
167
# Parse and preformat the text to handle multi-line output.
168
-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
169
FILTERED_CHANGELOG=`echo "$CHANGELOG" | grep -v "\\[INFO\\]"`
170
EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
171
echo "changelog=<<$EOF" >> "$GITHUB_OUTPUT"
0 commit comments