wrap the contents maybe
This commit is contained in:
parent
267ba4d113
commit
c8fef3e3ae
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check-merge.yml
vendored
2
.github/workflows/check-merge.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue