better commit messages

This commit is contained in:
Aria Moradi 2021-05-20 10:33:33 +04:30
parent cf8e274883
commit 3fe3f35483

View File

@ -18,7 +18,7 @@ git config --global user.name "github-actions[bot]"
git status
if [ -n "$(git status --porcelain)" ]; then
git add .
git commit -m "Update preview repository"
git commit -m "Updated to $latest"
git push
else
echo "No changes to commit"