change bool to string

This commit is contained in:
ok-nick 2022-07-18 12:47:47 -04:00
parent 2ae73d3de8
commit 82be2589db

View file

@ -54,7 +54,7 @@ runs:
shell: bash
- name: Setup trusts
if: inputs.no-trust-check == false
if: inputs.no-trust-check == 'false'
run: |
echo RUNNING
for name in ${{ inputs.trusts }}; do