From 7de76e60a2f2be748ed7eca51515015b1f18f9d4 Mon Sep 17 00:00:00 2001 From: giles Date: Wed, 18 Oct 2023 19:22:55 +0100 Subject: [PATCH] ... --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7bdc3f6..6389ed6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -146,7 +146,7 @@ steps: - format-branch image: alpine/git:latest commands: - - git config credential.helper '!f() { sleep 1; echo "username=${GIT_USER}"; echo "password=${GIT_PASSWORD}"; }; f' + - git config credential.helper '!f() { sleep 1; echo "username=$${GIT_USER}"; echo "password=$${GIT_PASSWORD}"; }; f' - git add -A - git commit -m '$${DRONE_COMMIT_MESSAGE}' - git push origin