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 4115b40 commit ceacf7bCopy full SHA for ceacf7b
.github/workflows/docs-preview-comment.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
script: |
17
const pr = context.payload.pull_request;
18
- const comment = `Documentation changes preview: https://${context.repo.repo}_${pr.number}.docs-preview.app.elstc.co/diff`;
+ const comment = `Documentation changes preview: https://${context.repo.repo}_bk_${pr.number}.docs-preview.app.elstc.co/diff`;
19
20
github.rest.issues.createComment({
21
issue_number: context.issue.number,
0 commit comments