mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-16 17:52:09 +01:00
better commit messages
This commit is contained in:
2
.github/scripts/commit-preview.sh
vendored
2
.github/scripts/commit-preview.sh
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user