Skip to content

Commit 78c8a37

Browse files
committed
Fix Docker comment update to match plural 'Images'
1 parent 8545ea8 commit 78c8a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pkg-pr-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
131131
const botComment = comments.find(comment =>
132132
comment.user.type === 'Bot' &&
133-
comment.body.includes('Docker Image Published')
133+
comment.body.includes('Docker Images Published')
134134
);
135135
136136
if (botComment) {

0 commit comments

Comments
 (0)