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 7c1b103 commit cf06efc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cicd_scheduled_notify-seated-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: echo 'GitHub context'
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
- id: fetch-prs
- id: fetch-seated-prs
name: Fetch PRs
uses: actions/github-script@v7
with:
Expand All @@ -33,6 +33,7 @@ jobs:
return response.data;
}
const prs = await fetchOpenPrs();
const prs = fetchOpenPrs();
console.log(`PRs: ${prs.length}`);
//console.log(JSON.stringify(prs, null, 2));
core.setOu
-

0 comments on commit cf06efc

Please sign in to comment.