Skip to content

Commit 357ee8e

Browse files
authored
Update action.yml
1 parent b7e006f commit 357ee8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ inputs:
66
description: 'Path to the application'
77
required: true
88
default: "."
9-
output-path:
9+
output_path:
1010
description: 'Writes the coverage badge to the given path'
1111
required: true
1212
default: "coverage/badge.svg"
13-
report-path:
13+
report_path:
1414
description: 'Path to a coverage report file'
1515
required: true
1616
default: "coverage/coverage-summary.json"

0 commit comments

Comments
 (0)