File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ outputs:
141141
142142runs :
143143 using : docker
144- # VERSION : when changing version update version in other places
144+ # TOOL_VERSION : when changing version update version in other places
145145 image : docker://ghcr.io/vladopajic/go-test-coverage:v2.14.3
146146 args :
147147 - --config=${{ inputs.config || '***' }}
Original file line number Diff line number Diff line change @@ -130,9 +130,9 @@ inputs:
130130 type : string
131131
132132 version :
133- # VERSION: when changing version update version in other places
134133 description : Version of go-test-coverage source to run
135134 required : false
135+ # TOOL_VERSION: when changing version update version in other places
136136 default : v2.14.3
137137 type : string
138138
Original file line number Diff line number Diff line change 99)
1010
1111const (
12- Version = "v2.14.3" // VERSION : when changing version update version in other places
12+ Version = "v2.14.3" // TOOL_VERSION : when changing version update version in other places
1313 Name = "go-test-coverage"
1414)
1515
You can’t perform that action at this time.
0 commit comments