Skip to content

Commit eb7300e

Browse files
committed
Update plugin-artifact-for-pr.yml
1 parent cf8f492 commit eb7300e

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
@@ -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 ${slug} plugin artifact from this workflow run](${artifactUrl}) (see the 'Artifacts' section at the bottom).`;
42+
const body = `ℹ️ [Download the latest ${slug} plugin artifact from this workflow run](${artifactUrl})\n\n(See the 'Artifacts' section at the bottom).`;
4343
4444
// Find existing comment from this bot
4545
const comments = await github.rest.issues.listComments({

0 commit comments

Comments
 (0)