We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbab1e commit 7afa867Copy full SHA for 7afa867
.github/workflows/plugin-artifact-for-pr.yml
@@ -40,7 +40,7 @@ jobs:
40
const artifactUrl = `https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${runId}`;
41
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">
+<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**
0 commit comments