This commit is contained in:
SrGooglo 2024-01-27 15:36:17 +01:00
parent 28d8260681
commit 58cb91269e
1 changed files with 2 additions and 2 deletions

View File

@ -59,10 +59,10 @@ module.exports = {
] ]
}, },
update_steps: { update_steps: {
git_pulls: [ git_reset: [
{ {
path: ".", path: ".",
url: internalVars.git_source from: "origin/main",
} }
] ]
}, },