Skip to content

Commit

Permalink
Add deprecation message to obsolete input.
Browse files Browse the repository at this point in the history
  • Loading branch information
awalsh128 committed Feb 5, 2023
1 parent 622a4c5 commit 5b6c3ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b6c3ab

Please sign in to comment.