mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +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:
|
version:
|
||||||
description: '`aftman` version in the form `vx.x.x`'
|
description: '`aftman` version in the form `vx.x.x`'
|
||||||
required: false
|
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:
|
path:
|
||||||
description: 'Path to the `aftman.toml` directory'
|
description: 'Path to the `aftman.toml` directory'
|
||||||
default: '.'
|
default: '.'
|
||||||
|
|
Loading…
Reference in a new issue