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 201fa74 commit 8b911a7Copy full SHA for 8b911a7
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
ARTIFACT_ID: ${{ steps.docs-upload.outputs.artifact-id }}
63
with:
64
script: |
65
- const artifactUrl = '$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID/artifacts/$ARTIFACT_ID';
+ 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}`;
67
68
const comments = await github.rest.issues.listComments({
0 commit comments