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