diff --git a/.github/workflows/verifyAudit.yml b/.github/workflows/verifyAudit.yml index 74893ebc6..c4fdc7a46 100644 --- a/.github/workflows/verifyAudit.yml +++ b/.github/workflows/verifyAudit.yml @@ -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