mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-13 13:20: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`'
|
description: '`aftman` version in the form `vx.x.x`'
|
||||||
required: false
|
required: false
|
||||||
trust-check:
|
trust-check:
|
||||||
|
description: 'Whether to check trusts'
|
||||||
deprecationMessage: 'Input `trust-check` is no longer used in `setup-aftman`, consider removing it from your configuration'
|
deprecationMessage: 'Input `trust-check` is no longer used in `setup-aftman`, consider removing it from your configuration'
|
||||||
default: 'true'
|
default: 'true'
|
||||||
required: false
|
required: false
|
||||||
trusts:
|
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'
|
deprecationMessage: 'Input `trusts` is no longer used in `setup-aftman`, consider removing it from your configuration'
|
||||||
required: false
|
required: false
|
||||||
path:
|
path:
|
||||||
|
|
Loading…
Reference in a new issue