update commit message

This commit is contained in:
Edoardo Lolletti 2026-08-18 16:14:05 +02:00
parent 984416b33c
commit 08ec422ec3

View file

@ -19,5 +19,5 @@ else
rm -r ./.tmp
fi
git add -A .
git commit -qm "Deploy $DEPLOY_REPO to $DEPLOY_REPO:$DEPLOY_BRANCH" -qm "$GITHUB_SHA"
git commit -qm "$GITHUB_SHA $DEPLOY_BRANCH"
git push -qf origin $DEPLOY_BRANCH:$DEPLOY_BRANCH