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:
parent
55d133394d
commit
a935055083
3 changed files with 9 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue