Skip to content

Commit ae3859f

Browse files
Add package-name input (#13)
1 parent 35ec879 commit ae3859f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ inputs:
55
description: 'The path of the go test results'
66
required: true
77
default: 'test.json'
8+
package-name:
9+
description: 'Package name override'
810
runs:
911
using: 'node12'
1012
main: 'dist/index.js'

0 commit comments

Comments
 (0)