Skip to content

Commit a838da7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1157017 commit a838da7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr-image-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
138138
# echo "raw outputs: ${{ toJson(needs.build-check.comment_message) }}"
139139
# comments=$(echo '${{ toJson(needs.build-check.comment_message) }}' | jq -r 'to_entries[] | select(.value != null and .value != "") | .value' | sed ':a;N;$!ba;s/\n/\\n/g')
140-
140+
141141
comments=$(echo -e "$comments" | grep -v '^$' | sort | uniq)
142142
if [ -z "$comments" ]; then
143143
echo "No comments to post"

0 commit comments

Comments
 (0)