From 647539db4c1fd94fc8e4ba450125201ca5990213 Mon Sep 17 00:00:00 2001 From: Victor Alfaro Date: Fri, 6 Sep 2024 13:17:14 -0600 Subject: [PATCH] test --- .github/workflows/cicd_scheduled_notify-seated-prs.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cicd_scheduled_notify-seated-prs.yml b/.github/workflows/cicd_scheduled_notify-seated-prs.yml index d6d25af18a68..b165252bad85 100644 --- a/.github/workflows/cicd_scheduled_notify-seated-prs.yml +++ b/.github/workflows/cicd_scheduled_notify-seated-prs.yml @@ -21,16 +21,15 @@ jobs: with: result-encoding: string retries: 3 - retry-exempt-status-codes: 400,401 github-token: ${{ secrets.CI_MACHINE_TOKEN }} + base-url: https://api.github.com/repos/dotCMS/core/pulls + debug: true script: | async function fetchOpenPrs() { return github.rest.pulls.get({ owner: '${{ github.repository_owner }}', repo: '${{ env.REPO }}', - per_page: 100, - base-url: https://api.github.com/repos/dotCMS/core/pulls, - debug: true + per_page: 100 }); }