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

fix: set NoSkipCheckout

This commit is contained in:
Jason Song
2022-11-11 15:54:13 +08:00
parent abdb547b1b
commit 2e1326b725

View File

@@ -75,6 +75,7 @@ func NewTask(forgeInstance string, buildID int64, client client.Client, runnerEn
reuseContainers: false,
ForgeInstance: forgeInstance,
envs: runnerEnvs,
noSkipCheckout: true,
},
BuildID: buildID,