From b915e0de4938b117163a66f1767b3f40863113ed Mon Sep 17 00:00:00 2001 From: Victor Alfaro Date: Fri, 6 Sep 2024 13:58:24 -0600 Subject: [PATCH] test --- .github/workflows/cicd_scheduled_notify-seated-prs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd_scheduled_notify-seated-prs.yml b/.github/workflows/cicd_scheduled_notify-seated-prs.yml index 3cbfac9a5da3..96b0ca1c4842 100644 --- a/.github/workflows/cicd_scheduled_notify-seated-prs.yml +++ b/.github/workflows/cicd_scheduled_notify-seated-prs.yml @@ -26,7 +26,7 @@ jobs: script: | async function fetchOpenPrs() { const opts = github.rest.pulls.get.endpoint.merge({ - ..., + ... owner: '${{ github.repository_owner }}', repo: '${{ env.REPO }}', per_page: 100