Skip to content

Commit 6fb6805

Browse files
committed
Update plugin-artifact-for-pr.yml
1 parent 59aab21 commit 6fb6805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plugin-artifact-for-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
const botComment = comments.data.find(comment =>
6161
comment.user.type === 'Bot' &&
6262
comment.user.login === 'github-actions[bot]' &&
63-
comment.body.includes(`Download the ${slug} plugin artifact`)
63+
comment.body.includes(`Download the latest ${slug} plugin artifact`)
6464
);
6565

6666
if (botComment) {

0 commit comments

Comments
 (0)