mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +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
|
||||
|
||||
- name: Setup trusts
|
||||
if: inputs.no-trust-check == false
|
||||
if: inputs.no-trust-check == 'false'
|
||||
run: |
|
||||
echo RUNNING
|
||||
for name in ${{ inputs.trusts }}; do
|
||||
|
|
Loading…
Reference in a new issue