feat: add option for custom socket path (#698)

This commit is contained in:
Ryan (hackercat)
2021-05-23 14:43:09 +00:00
committed by GitHub
parent 764263ce0e
commit 799098b0e6
5 changed files with 39 additions and 29 deletions

View File

@@ -28,6 +28,7 @@ type Input struct {
privileged bool
usernsMode string
containerArchitecture string
containerDaemonSocket string
noWorkflowRecurse bool
useGitIgnore bool
githubInstance string