From 1b56e63aab92a023b01ebaaa95adcf1897da4693 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Wed, 18 Jun 2025 20:00:38 +0200 Subject: [PATCH] chore: Use commit SHA instead of `Update` in dev-types commit message https://github.com/Koenkk/zigbee2mqtt/pull/27746 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 200325bc5..57397c54d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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