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 69b7c2a commit 0bebaff
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 @@ -29,7 +29,8 @@ jobs:
...{
baseUrl: 'https://api.github.com/repos/${{ github.repository_owner }}/${{ env.REPO }}/pulls',
owner: '${{ github.repository_owner }}',
repo: '${{ env.REPO }}'
repo: '${{ env.REPO }}',
per_page: 100
}
});
console.log('OJO:>> ' + JSON.stringify(opts, null, 2));
Expand Down

0 comments on commit 0bebaff

Please sign in to comment.