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 85a407f commit 1ede586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verifyAudit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,8 @@ jobs:
# Check if the desired reviewer is present among the reviews
echo "$REVIEWS" | jq -c '.[]' | while read -r REVIEW; do
AUTHOR=$(echo "$REVIEW" | jq -r '.author')
STATE=$(echo "$REVIEW" | jq -r '.state')
AUTHOR=$(echo "$REVIEW" | jq -r 'pull_request.user.login')
STATE=$(echo "$REVIEW" | jq -r 'pull_request.state')
echo "found review by $AUTHOR with state $STATE"
Expand Down

0 comments on commit 1ede586

Please sign in to comment.