From 13b2c335a5c295b426e042ce3cfa70753b98377f Mon Sep 17 00:00:00 2001 From: 0belous <47227283+0belous@users.noreply.github.com> Date: Sat, 26 Jul 2025 11:07:53 +0100 Subject: [PATCH] update commit message --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 85fb1a0..c716d6e 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -22,5 +22,5 @@ jobs: git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" git add manifest.json images/ - git commit -m "Update manifest.json and images" || exit 0 + git commit -m "Generate manifest" || exit 0 git push \ No newline at end of file