Skip to content

Commit ba4d159

Browse files
author
Juan Pablo Flores
authored
Update cicd-pages.yml
1 parent 9cfd417 commit ba4d159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
const fs = require('fs')
5252
5353
await github.paginate(github.rest.issues.listComments,
54-
{ owner: 'gh-event-demos', repo: 'random-name-picker', issue_number: ${{ env.ISSUE_ID }} },
54+
{ owner: 'github-education-resources', repo: 'random-name-picker', issue_number: ${{ env.ISSUE_ID }} },
5555
(response) => response.data.map((issuecomment) => issuecomment.user.login)
5656
)
5757
.then((commenters) => {

0 commit comments

Comments
 (0)