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 97aeb64 commit bd3ccba
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 @@ -318,7 +318,7 @@ jobs:
FOUND_REVIEW=false
# Check if the desired reviewer is present among the reviews
echo "$REVIEWS" | jq -c '.[]' | while read -r REVIEW; do
echo "$REVIEWS" | jq -c '.' | while read -r REVIEW; do
AUTHOR=$(echo "$REVIEW" | jq -r '.user.login')
STATE=$(echo "$REVIEW" | jq -r '.state')
Expand Down

0 comments on commit bd3ccba

Please sign in to comment.