mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
Add trust descriptions back
This commit is contained in:
parent
15bb8d4ec1
commit
8014b2fa1f
1 changed files with 2 additions and 0 deletions
|
@ -7,10 +7,12 @@ inputs:
|
|||
description: '`aftman` version in the form `vx.x.x`'
|
||||
required: false
|
||||
trust-check:
|
||||
description: 'Whether to check trusts'
|
||||
deprecationMessage: 'Input `trust-check` is no longer used in `setup-aftman`, consider removing it from your configuration'
|
||||
default: 'true'
|
||||
required: false
|
||||
trusts:
|
||||
description: 'List of trusted tools separated by spaces'
|
||||
deprecationMessage: 'Input `trusts` is no longer used in `setup-aftman`, consider removing it from your configuration'
|
||||
required: false
|
||||
path:
|
||||
|
|
Loading…
Reference in a new issue