Skip to content

Commit 018d05a

Browse files
committed
fixup again pr-comment
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 2f1bdfe commit 018d05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
if: ${{ steps.check_pr.outputs.proceed == 'true'}}
114114
id: load_artifact
115115
run: |
116-
SIZE=$(wc -c "${MESSAGE_FILE}"
116+
SIZE=$(wc -c "${MESSAGE_FILE}")
117117
if [[ "${SIZE}" -gt "${{ env.MAX_MESSAGE_SIZE }}" ]] ; then
118118
# truncate the message up to MAX_MESSAGE_SIZE
119119
head -c ${{ env.MAX_MESSAGE_SIZE }} "${MESSAGE_FILE}" > /tmp/truncated

0 commit comments

Comments
 (0)