mirror of
https://gitea.com/gitea/act_runner.git
synced 2025-06-11 17:17:13 +02:00
fix: set NoSkipCheckout
This commit is contained in:
@ -75,6 +75,7 @@ func NewTask(forgeInstance string, buildID int64, client client.Client, runnerEn
|
||||
reuseContainers: false,
|
||||
ForgeInstance: forgeInstance,
|
||||
envs: runnerEnvs,
|
||||
noSkipCheckout: true,
|
||||
},
|
||||
BuildID: buildID,
|
||||
|
||||
|
Reference in New Issue
Block a user