Skip to content

Commit

Permalink
does it fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekagarwal87 committed Jan 9, 2025
1 parent 296ec27 commit 4cd1727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-and-integration-tests-unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
- name: Check PR Approval (if applicable)
id: check
if: ${{ env.isPR == 'true' }}
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const reviews = await github.rest.pulls.listReviews({
Expand Down

0 comments on commit 4cd1727

Please sign in to comment.