Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed Sep 5, 2024
1 parent c21affa commit efef625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verifyAudit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:
fi
#### ------------------------------------------------------
# Fetch PR reviews using the GitHub API via gh cli
REVIEWS=$(gh api repos/lifinance/contracts/pulls/$PR_NUMBER/reviews --jq '.[] | {author: $AUDITOR_GIT_HANDLE, state: .state}')
REVIEWS=$(gh api repos/lifinance/contracts/pulls/$PR_NUMBER/reviews --jq ".[] | {author: \"$AUDITOR_GIT_HANDLE\", state: .state}")
# Flag to track if the review by the specified person is found
FOUND_REVIEW=false
Expand Down

0 comments on commit efef625

Please sign in to comment.