Add nightly.link description

Signed-off-by: June Park <me@pythonplayer123.dev>
This commit is contained in:
June Park
2024-08-15 12:00:39 +09:00
committed by GitHub
parent 52d0c9861f
commit 8f4586bfef

View File

@@ -64,7 +64,7 @@ jobs:
if (!artifacts.length) {
return core.error(`No artifacts found`);
}
let body = `Download the artifacts for this pull request:\n`;
let body = `Download the artifacts for this pull request (nightly.link):\n`;
for (const art of artifacts) {
body += `\n* [${art.name}.zip](https://nightly.link/${owner}/${repo}/actions/artifacts/${art.id}.zip)`;
}