Skip to content

Commit 6bbea8d

Browse files
committed
prettier --write
Signed-off-by: pbio <10051819+paulbalaji@users.noreply.github.com>
1 parent ac184f9 commit 6bbea8d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/actions/docker-image-comment/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
run: |
4343
# Define comment identifier
4444
COMMENT_IDENTIFIER="<!-- ${COMMENT_TAG} -->"
45-
45+
4646
# Prepare comment body based on job status
4747
if [ "$JOB_STATUS" == "success" ]; then
4848
COMMENT_BODY="${COMMENT_IDENTIFIER}
@@ -92,4 +92,3 @@ runs:
9292
"/repos/${{ github.repository }}/issues/comments/${COMMENT_ID}" 2>/dev/null || true
9393
fi
9494
fi
95-

0 commit comments

Comments
 (0)