Skip to content

Commit caa5901

Browse files
committed
Newline separator
1 parent 4a26815 commit caa5901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
script: |
6565
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})`;
66+
const commentBody = `<!-- build-artifact-comment -->\n📦 [Docs artifacts are ready!](${artifactUrl})`;
6767
6868
const comments = await github.rest.issues.listComments({
6969
owner: context.repo.owner,

0 commit comments

Comments
 (0)