Skip to content

Commit 11e4fe6

Browse files
Fix typos in descriptions for AutoCleanup and AutoPatching inputs in action.yml
1 parent 600e0f3 commit 11e4fe6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ inputs:
1414
description: PowerShell Gallery API Key.
1515
required: true
1616
AutoCleanup:
17-
description: Control wether to automatically delete the prerelease tags after the stable release is created.
17+
description: Control whether to automatically delete the prerelease tags after the stable release is created.
1818
required: false
1919
default: 'true'
2020
AutoPatching:
21-
description: Control wether to automatically handle patches. If disabled, the action will only create a patch release if the pull request has a 'patch' label.
21+
description: Control whether to automatically handle patches. If disabled, the action will only create a patch release if the pull request has a 'patch' label.
2222
required: false
2323
default: 'true'
2424
IncrementalPrerelease:

0 commit comments

Comments
 (0)