mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 20:50:36 +00:00
remove echo
This commit is contained in:
parent
82be2589db
commit
1207a17459
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ runs:
|
||||||
- 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