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 ef9dcff commit 5a02ae2Copy full SHA for 5a02ae2
.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 -->\n📦 [Docs 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