mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2025-01-05 18:59:11 +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
|
shell: bash
|
||||||
|
|
||||||
- name: Setup trusts
|
- name: Setup trusts
|
||||||
if: ${{ inputs.no-trust-check == false }}
|
if: inputs.no-trust-check == false
|
||||||
run: |
|
run: |
|
||||||
|
echo RUNNING
|
||||||
for name in ${{ inputs.trusts }}; do
|
for name in ${{ inputs.trusts }}; do
|
||||||
aftman trust $name
|
aftman trust $name
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue