summaryrefslogtreecommitdiffstats
path: root/pkg/runner/runner.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/runner/runner.go')
-rw-r--r--pkg/runner/runner.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/runner/runner.go b/pkg/runner/runner.go
index 5a7b1ad..dd8afe5 100644
--- a/pkg/runner/runner.go
+++ b/pkg/runner/runner.go
@@ -23,6 +23,7 @@ type Config struct {
Actor string // the user that triggered the event
Workdir string // path to working directory
ActionCacheDir string // path used for caching action contents
+ ActionOfflineMode bool // when offline, use caching action contents
BindWorkdir bool // bind the workdir to the job container
EventName string // name of event to run
EventPath string // path to JSON file to use for event.json in containers