From a61c3d582d52089202f8dd88b8f1abf370e8c386 Mon Sep 17 00:00:00 2001 From: rafsaf Date: Sun, 15 Oct 2023 19:11:33 +0200 Subject: [PATCH] quote message in gh update script --- scripts/gh_update_dbs_with_pr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gh_update_dbs_with_pr.sh b/scripts/gh_update_dbs_with_pr.sh index 08d4568..5ab6c6e 100755 --- a/scripts/gh_update_dbs_with_pr.sh +++ b/scripts/gh_update_dbs_with_pr.sh @@ -12,7 +12,7 @@ else echo "file changed" timestamp=$(date +%s) branch="update-docker-compose-dbs-$timestamp" - msg="update docker-compose.dbs.yml file" + msg="'update docker-compose.dbs.yml file'" git config user.name "GitHub Actions Bot" git config user.email "<>" git status