mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2024-12-22 02:35:30 +00:00
Add deprecation message to obsolete input.
This commit is contained in:
parent
622a4c5687
commit
5b6c3ab114
|
@ -19,7 +19,8 @@ inputs:
|
|||
required: false
|
||||
default: 'false'
|
||||
refresh:
|
||||
description: 'OBSOLETE, use version instead.'
|
||||
description: 'OBSOLETE: Refresh is not used by the action, use version instead.'
|
||||
deprecationMessage: 'Refresh is not used by the action, use version instead.'
|
||||
debug:
|
||||
description: 'Enable debugging when there are issues with action. Minor performance penalty.'
|
||||
required: false
|
||||
|
|
Loading…
Reference in a new issue