Skip to content

Commit 8eaf94a

Browse files
Merge pull request #79 from unickq/nick/fix-action-pr
Fix - Action PR command name
2 parents b97512f + 201a8ec commit 8eaf94a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,15 @@ inputs:
114114
description: 'Prefix test names with the suite name for better grouping.'
115115
required: false
116116
default: false
117-
updateComment:
117+
update-comment:
118118
description: 'Update existing Pull Request comment.'
119119
required: false
120120
default: false
121-
overwriteComment:
121+
overwrite-comment:
122122
description: 'Overwrite existing Pull Request comment.'
123123
required: false
124124
default: false
125-
commentTag:
125+
comment-tag:
126126
description: 'Tag to match Pull Request comment'
127127
required: false
128128
default: false

0 commit comments

Comments
 (0)