Skip to content

Commit 90bfc4c

Browse files
committed
Trigger workflow
1 parent e3f6e5d commit 90bfc4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
const botComment = comments.data.find(comment =>
5252
comment.user.type === 'Bot' &&
5353
comment.user.login === 'github-actions[bot]' &&
54-
comment.body.includes(`Download the latest ${slug} plugin zip for this PR`)
54+
comment.body.includes(`ℹ️ [Download the latest ${slug} plugin zip from this PR]`)
5555
);
5656
5757
if (botComment) {

plugins/wp-graphql-headless-webhooks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Clone the repository or download the latest release and place it in your WordPre
2626
## License
2727
WP GPL 2
2828

29-
<!-- trigger workflow 5 -->
29+
<!-- trigger workflow 6-->

0 commit comments

Comments
 (0)