should be a number

This commit is contained in:
Matthew Phillips 2022-09-23 08:55:53 -04:00
parent 226fa15a79
commit eba1323050

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 '${{ contains(fromJSON(steps.set-reviews.outputs.reviews).*.user.id, "41898282") }}' echo '${{ contains(fromJSON(steps.set-reviews.outputs.reviews).*.user.id, 41898282) }}'
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with: