Skip to content

Commit b47276e

Browse files
committed
update
1 parent 7bd2078 commit b47276e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ outputs:
141141

142142
runs:
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 || '***' }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
const (
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

0 commit comments

Comments
 (0)