From 2edd476fafb4786ad91fe4911dbd2fcf30476098 Mon Sep 17 00:00:00 2001 From: sacha-c Date: Mon, 23 Dec 2024 12:34:07 +0100 Subject: [PATCH] ci: fix ci variable indentation --- gitlab/templates/sheriff.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/templates/sheriff.gitlab-ci.yml b/gitlab/templates/sheriff.gitlab-ci.yml index 340e32a..a47c599 100644 --- a/gitlab/templates/sheriff.gitlab-ci.yml +++ b/gitlab/templates/sheriff.gitlab-ci.yml @@ -5,7 +5,7 @@ variables: description: "Slack token for notifications" SHERIFF_CONFIG: description: "Sheriff TOML configuration file contents. Will be available to sheriff as a file `sheriff.toml`" - SHERIFF_CLI_ARGS: + SHERIFF_CLI_ARGS: description: "Add CLI arguments to pass to the sheriff patrol command" .sheriff: