1
0
mirror of https://gitea.com/gitea/act synced 2026-05-01 01:27:48 +02:00

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