Provisioning: Complete rename of jobs (#102979)

Fixes: https://github.com/grafana/git-ui-sync-project/issues/164
This commit is contained in:
Mariell Hoversholm
2025-03-27 17:06:44 +01:00
committed by GitHub
parent 57cc4f101d
commit 69803300f1
12 changed files with 21 additions and 21 deletions
@@ -367,7 +367,7 @@ func (rc *RepositoryController) addSyncJob(ctx context.Context, obj *provisionin
},
Spec: provisioning.JobSpec{
Repository: obj.GetName(),
Action: provisioning.JobActionSync,
Action: provisioning.JobActionPull,
Pull: syncOptions,
},
})