Skip to content

Commit 26939d5

Browse files
committed
Trigger workflow
1 parent c622082 commit 26939d5

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
@@ -39,7 +39,7 @@ jobs:
3939
const runId = context.runId;
4040
const artifactUrl = `https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${runId}`;
4141
const slug = process.env.PLUGIN_SLUG;
42-
const body = `ℹ️ [Download the latest ${slug} plugin zip from this PR](${artifactUrl})\n\n<sub>(See the 'Artifacts' section at the bottom)</sub>`;
42+
const body = `ℹ️ [Download the latest ${slug} plugin zip from this PR](${artifactUrl})\n<em>(See the 'Artifacts' section at the bottom)</em>`;
4343
4444
// Find existing comment from this bot
4545
const comments = await github.rest.issues.listComments({

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 -->
29+
<!-- trigger workflow 4 -->

0 commit comments

Comments
 (0)