Skip to content

Commit 36496be

Browse files
Merge pull request #15 from AbsaOSS/bugfix/fix-yml-file-typo
Fixed typo in yml file.
2 parents ecea155 + 8d18239 commit 36496be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ inputs:
2424
description: 'The version tag sequence to validate. Example: "v1.2.3".'
2525
required: true
2626
should-exist:
27-
description: 'Flag to indicate if the version tag should exist in the repository. Setting to `true` disables increment validity check.
27+
description: 'Flag to indicate if the version tag should exist in the repository. Setting to `true` disables increment validity check.'
2828
required: false
2929
default: 'false'
3030

0 commit comments

Comments
 (0)