mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-21 03:52:34 +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
|
git status
|
||||||
if [ -n "$(git status --porcelain)" ]; then
|
if [ -n "$(git status --porcelain)" ]; then
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Update preview repository"
|
git commit -m "Updated to $latest"
|
||||||
git push
|
git push
|
||||||
else
|
else
|
||||||
echo "No changes to commit"
|
echo "No changes to commit"
|
||||||
|
|||||||
Reference in New Issue
Block a user