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 1857c3e commit 69b7c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd_scheduled_notify-seated-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
const opts = github.rest.pulls.get.endpoint.merge({
...{
baseUrl: 'https://api.github.com/repos/${{ github.repository_owner }}/${{ env.REPO }}/pulls',
owner: ${{ github.repository_owner }},
repo: ${{ env.REPO }}
owner: '${{ github.repository_owner }}',
repo: '${{ env.REPO }}'
}
});
console.log('OJO:>> ' + JSON.stringify(opts, null, 2));
Expand Down

0 comments on commit 69b7c2a

Please sign in to comment.