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 0bcdeb4 commit 4e26254Copy full SHA for 4e26254
.github/workflows/docs_pr.yaml
@@ -43,7 +43,7 @@ jobs:
43
curl -L -X POST \
44
-H "Accept: application/vnd.github+json" \
45
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
46
- "https://api.github.com/repos/bcumming/kb-poc/issues/${{ github.event.pull_request.number }}/comments" \
+ "https://api.github.com/repos/eth-cscs/cscs-docs/issues/${{ github.event.pull_request.number }}/comments" \
47
-d '{
48
"body": "preview available: https://docs.tds.cscs.ch/${{ github.event.pull_request.number }}"
49
}'
0 commit comments