mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2025-01-06 11:19:11 +00:00
change bool to string
This commit is contained in:
parent
2ae73d3de8
commit
82be2589db
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue