@@ -33,17 +33,17 @@ inputs:
33
33
default : -1
34
34
type : number
35
35
badge-file-name :
36
- description : When specified coverage badge will be created and saved to file with this name .
36
+ description : When specified coverage badge will be created and saved to this file .
37
37
required : false
38
38
default : " "
39
39
type : string
40
- cdn-key :
41
- description : CDN key .
40
+ cdn-secret :
41
+ description : CDN API secret. When specified action will create and upload badge to CDN .
42
42
required : false
43
43
default : " "
44
44
type : string
45
- cdn-secret :
46
- description : CDN secret .
45
+ cdn-key :
46
+ description : CDN API key .
47
47
required : false
48
48
default : " "
49
49
type : string
@@ -53,12 +53,12 @@ inputs:
53
53
default : " "
54
54
type : string
55
55
cdn-endpoint :
56
- description : CDN endpoint.
56
+ description : CDN endpoint.
57
57
required : false
58
58
default : " "
59
59
type : string
60
60
cdn-file-name :
61
- description : CDN file name.
61
+ description : File name (including path) of badge on CDN .
62
62
required : false
63
63
default : " "
64
64
type : string
@@ -73,32 +73,32 @@ inputs:
73
73
default : false
74
74
type : boolean
75
75
git-token :
76
- description : Github token.
76
+ description : GitHub token. When specified action will create and upload badge to GitHub repository .
77
77
required : false
78
78
default : " "
79
79
type : string
80
80
git-repository :
81
- description : Github repository in format {owner}/{repository}.
81
+ description : GitHub repository in format {owner}/{repository} where badge is stored .
82
82
required : false
83
83
default : ${{ github.repository }}
84
84
type : string
85
85
git-branch :
86
- description : git branch where badge will be stored.
86
+ description : Branch where badge is stored.
87
87
required : false
88
88
default : " "
89
89
type : string
90
90
git-file-name :
91
- description : File name of badge stored to repository.
91
+ description : File name (including path) of badge stored to specified repository.
92
92
required : false
93
93
default : .badges/${{ github.ref_name }}/coverage.svg
94
94
type : string
95
95
outputs :
96
96
total-coverage :
97
97
description : Holds total coverage value.
98
98
badge-text :
99
- description : Holds badge text value.
99
+ description : Deprecated! Holds badge text value.
100
100
badge-color :
101
- description : Holds badge color value.
101
+ description : Deprecated! Holds badge color value.
102
102
runs :
103
103
using : docker
104
104
image : docker://ghcr.io/vladopajic/go-test-coverage:v2.8.0
0 commit comments