diff options
Diffstat (limited to 'cmd/input.go')
-rw-r--r-- | cmd/input.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/input.go b/cmd/input.go index 64556e1..1ae2793 100644 --- a/cmd/input.go +++ b/cmd/input.go @@ -55,6 +55,7 @@ type Input struct { replaceGheActionTokenWithGithubCom string matrix []string actionCachePath string + logPrefixJobID bool } func (i *Input) resolve(path string) string { |