diff --git a/.github/workflows/cicd_scheduled_notify-seated-prs.yml b/.github/workflows/cicd_scheduled_notify-seated-prs.yml index 83d4864f6c2b..70a9d499cd57 100644 --- a/.github/workflows/cicd_scheduled_notify-seated-prs.yml +++ b/.github/workflows/cicd_scheduled_notify-seated-prs.yml @@ -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));