Skip to content

Commit

Permalink
quote message in gh update script
Browse files Browse the repository at this point in the history
  • Loading branch information
rafsaf committed Oct 15, 2023
1 parent 511c8d5 commit a61c3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gh_update_dbs_with_pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a61c3d5

Please sign in to comment.