mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 04:30:37 +00:00
Add deprecation message to trust inputs
This commit is contained in:
parent
2e4e1ee0f0
commit
14933ea774
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ inputs:
|
|||
version:
|
||||
description: '`aftman` version in the form `vx.x.x`'
|
||||
required: false
|
||||
trust-check:
|
||||
deprecationMessage: 'Input `trust-check` is no longer used in `setup-aftman`, consider removing it from your configuration'
|
||||
default: 'true'
|
||||
required: false
|
||||
trusts:
|
||||
deprecationMessage: 'Input `trusts` is no longer used in `setup-aftman`, consider removing it from your configuration'
|
||||
required: false
|
||||
path:
|
||||
description: 'Path to the `aftman.toml` directory'
|
||||
default: '.'
|
||||
|
|
Loading…
Reference in a new issue