Skip to content

Commit

Permalink
Updatejq line4
Browse files Browse the repository at this point in the history
  • Loading branch information
IsraelleHub authored May 8, 2024
1 parent 0a7c647 commit e592d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_checks_for_qa_approvals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
--url https://api.github.com/repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }}/reviews?per_page=100 \
--header 'Authorization: ${{ secrets.GITHUB_TOKEN }}' \
--header 'Content-Type: application/json' |
jq -c '[map(select(.state == "APPROVED")) | .[] .user.login]')
jq -c '[.[] | select(.state == "APPROVED") | .user.login]'
echo "${{secrets.GH_ACTIONS_PAT}}" >> token.txt
gh auth login --with-token < token.txt
required_approval_count=$(gh api \
Expand Down

0 comments on commit e592d1e

Please sign in to comment.