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 954018f..64556e1 100644 --- a/cmd/input.go +++ b/cmd/input.go @@ -54,6 +54,7 @@ type Input struct { replaceGheActionWithGithubCom []string replaceGheActionTokenWithGithubCom string matrix []string + actionCachePath string } func (i *Input) resolve(path string) string { |