1
0
mirror of https://gitea.com/gitea/act_runner synced 2026-05-12 18:11:20 +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, reuseContainers: false,
ForgeInstance: forgeInstance, ForgeInstance: forgeInstance,
envs: runnerEnvs, envs: runnerEnvs,
noSkipCheckout: true,
}, },
BuildID: buildID, BuildID: buildID,