Skip to content

Commit 75c83fd

Browse files
committed
chore: update comment
1 parent 50c3f67 commit 75c83fd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,8 @@ jobs:
7777
7878
const commentBody = `📦 Extension packages built successfully!
7979
80-
**Download your extension packages:**
81-
- [Chrome Extension](https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId})
82-
- [Firefox Extension](https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId})
83-
- [Build Directory](https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId})
80+
**Download your [Chrome and Firefox extension packages](https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}):**
81+
8482
8583
Go to the Actions tab → Run #${context.runId} → Artifacts section to download.`;
8684

0 commit comments

Comments
 (0)