Skip to content

Commit d3d3dd0

Browse files
committed
Replace docsite reference to mcmire
1 parent 2f93a44 commit d3d3dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/super_diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
- name: Announce publishing of docsite as a comment on the PR
234234
if: ${{ github.event_name == 'pull_request' }}
235235
run: |
236-
gh pr comment "$PULL_REQUEST_NUMBER" --body ":book: A new version of the docsite has been published at: <https://mcmire.github.io/super_diff/$DOCSITE_DESTINATION_PATH>"
236+
gh pr comment "$PULL_REQUEST_NUMBER" --body ":book: A new version of the docsite has been published at: <https://${GITHUB_REPOSITORY_OWNER}.github.io/super_diff/$DOCSITE_DESTINATION_PATH>"
237237
env:
238238
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
239239
PULL_REQUEST_NUMBER: ${{ github.event.number }}

0 commit comments

Comments
 (0)