Skip to content

Commit 4e26254

Browse files
committed
fix curl call that posts a link to the preview docs to the PR
1 parent 0bcdeb4 commit 4e26254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
curl -L -X POST \
4444
-H "Accept: application/vnd.github+json" \
4545
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
46-
"https://api.github.com/repos/bcumming/kb-poc/issues/${{ github.event.pull_request.number }}/comments" \
46+
"https://api.github.com/repos/eth-cscs/cscs-docs/issues/${{ github.event.pull_request.number }}/comments" \
4747
-d '{
4848
"body": "preview available: https://docs.tds.cscs.ch/${{ github.event.pull_request.number }}"
4949
}'

0 commit comments

Comments
 (0)