File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
plugins/wp-graphql-headless-webhooks Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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({
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ Clone the repository or download the latest release and place it in your WordPre
2626## License
2727WP GPL 2
2828
29- <!-- trigger workflow -->
29+ <!-- trigger workflow 4 -->
You can’t perform that action at this time.
0 commit comments