chore: Use commit SHA instead of Update in dev-types commit message https://github.com/Koenkk/zigbee2mqtt/pull/27746

This commit is contained in:
Koen Kanters
2025-06-18 20:00:38 +02:00
parent f33d3606be
commit 1b56e63aab
+1 -1
View File
@@ -99,7 +99,7 @@ jobs:
git add -A
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -m "Update" || echo 'Nothing to commit'
git commit -m "$GITHUB_SHA" || echo 'Nothing to commit'
git push --force --set-upstream origin dev-types
- name: release - Docker meta