mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40: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
|
||||
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