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 4a26815 commit caa5901Copy full SHA for caa5901
.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
63
with:
64
script: |
65
const artifactUrl = `${process.env.GITHUB_SERVER_URL}/${process.env.GITHUB_REPOSITORY}/actions/runs/${process.env.GITHUB_RUN_ID}/artifacts/${process.env.ARTIFACT_ID}`;
66
- const commentBody = `<!-- build-artifact-comment -->📦 [Build artifacts are ready!](${artifactUrl})`;
+ const commentBody = `<!-- build-artifact-comment -->\n📦 [Docs artifacts are ready!](${artifactUrl})`;
67
68
const comments = await github.rest.issues.listComments({
69
owner: context.repo.owner,
0 commit comments