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