Skip to content

Commit 5a02ae2

Browse files
committed
Show full URL
1 parent ef9dcff commit 5a02ae2

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 -->\n📦 [Docs 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)