Skip to content

Commit 92a168c

Browse files
committed
Fixed linebreak in printf.
1 parent 388f557 commit 92a168c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/PublishReleaseNotes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ jobs:
775775
if [[ $? -eq 0 ]]; then
776776
printf "${ANSI_LIGHT_GREEN}[OK]${ANSI_NOCOLOR}\n"
777777
778-
printf " checking assets SHA256 checksum ... \n"
778+
printf " checking assets SHA256 checksum ... "
779779
ghSHA256=$(gh release view --json assets --jq ".assets[] | select(.name == \"${asset}\") | .digest" ${{ inputs.tag }})
780780
if [[ "${ghSHA256}" == "${sha256Checksums[$asset]}" ]]; then
781781
printf "${ANSI_LIGHT_GREEN}[PASSED]${ANSI_NOCOLOR}\n"

0 commit comments

Comments
 (0)