Skip to content

Commit

Permalink
Update cicd-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpflores authored Aug 21, 2024
1 parent 9cfd417 commit ba4d159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
const fs = require('fs')
await github.paginate(github.rest.issues.listComments,
{ owner: 'gh-event-demos', repo: 'random-name-picker', issue_number: ${{ env.ISSUE_ID }} },
{ owner: 'github-education-resources', repo: 'random-name-picker', issue_number: ${{ env.ISSUE_ID }} },
(response) => response.data.map((issuecomment) => issuecomment.user.login)
)
.then((commenters) => {
Expand Down

0 comments on commit ba4d159

Please sign in to comment.