We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1bdfe commit 018d05aCopy full SHA for 018d05a
.github/workflows/pr-comment.yml
@@ -113,7 +113,7 @@ jobs:
113
if: ${{ steps.check_pr.outputs.proceed == 'true'}}
114
id: load_artifact
115
run: |
116
- SIZE=$(wc -c "${MESSAGE_FILE}"
+ SIZE=$(wc -c "${MESSAGE_FILE}")
117
if [[ "${SIZE}" -gt "${{ env.MAX_MESSAGE_SIZE }}" ]] ; then
118
# truncate the message up to MAX_MESSAGE_SIZE
119
head -c ${{ env.MAX_MESSAGE_SIZE }} "${MESSAGE_FILE}" > /tmp/truncated
0 commit comments