Skip to content

Commit 2eebdd8

Browse files
committed
Update plugin-artifact-for-pr.yml
1 parent cd240e5 commit 2eebdd8

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +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 = `<table><tr><td valign="top" width="36">
43-
<img src="https://avatars.githubusercontent.com/t/10805240?s=48" width="36" height="36" alt="HWP Toolkit"/>
44-
</td><td>
45-
46-
**Download the latest ${slug} plugin artifact**
47-
48-
🔗 [View workflow run with artifacts](${artifactUrl})
49-
50-
<sub>See the 'Artifacts' section at the bottom of the workflow run page.</sub>
51-
</td></tr></table>`;
42+
const body = `ℹ️ [Download the latest ${slug} plugin artifact from this workflow run](${artifactUrl})\n\n(See the 'Artifacts' section at the bottom).`;
5243
5344
// Find existing comment from this bot
5445
const comments = await github.rest.issues.listComments({

0 commit comments

Comments
 (0)