wrap the contents maybe

This commit is contained in:
Matthew Phillips 2022-09-23 09:15:22 -04:00
parent 267ba4d113
commit c8fef3e3ae

View file

@ -19,7 +19,7 @@ jobs:
- name: Check if there is already a block on this PR - name: Check if there is already a block on this PR
id: blocked id: blocked
run: | run: |
echo ${{ steps.set-reviews.outputs.reviews }} | jq '.[] | select(.user.id == 41898282 and .state == "CHANGES_REQUESTED") | length' | uniq echo '${{ steps.set-reviews.outputs.reviews }}' | jq '.[] | select(.user.id == 41898282 and .state == "CHANGES_REQUESTED") | length' | uniq
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with: