mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
"test
This commit is contained in:
parent
abdbd20eab
commit
375d36e5c8
1 changed files with 2 additions and 1 deletions
|
@ -54,8 +54,9 @@ 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
|
||||
aftman trust $name
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue