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 shell: bash
- name: Setup trusts - name: Setup trusts
if: inputs.no-trust-check == false if: inputs.no-trust-check == 'false'
run: | run: |
echo RUNNING echo RUNNING
for name in ${{ inputs.trusts }}; do for name in ${{ inputs.trusts }}; do