Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralfaro-dotcms committed Sep 6, 2024
1 parent 6818fe6 commit 0c2bf30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd_scheduled_notify-seated-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
return github.rest.pulls.get({
owner: '${{ github.repository_owner }}',
repo: '${{ env.REPO }}',
per_page: 100
per_page: 100.
debug: true
});
}
Expand Down

0 comments on commit 0c2bf30

Please sign in to comment.