lists/git: always refresh when updating git repos

looks like errors can occur when the latest commit
isn't what is expected
This commit is contained in:
Iain Learmonth 2022-05-18 12:00:18 +01:00
parent 55d133394d
commit a935055083
3 changed files with 9 additions and 2 deletions

View file

@ -5,6 +5,7 @@ class ListGitlabAutomation(ListAutomation):
short_name = "list_gitlab"
description = "Update mirror lists in GitLab repositories"
provider = "gitlab"
always_refresh = True
template_parameters = [
"gitlab_token",