From 096b5f86e286f251b8048e9306374a776b2b08cb Mon Sep 17 00:00:00 2001 From: 0belous <47227283+0belous@users.noreply.github.com> Date: Sat, 26 Jul 2025 11:05:50 +0100 Subject: [PATCH] fix workflow --- .github/workflows/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 7acb4bc..85fb1a0 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -21,6 +21,6 @@ jobs: - run: | git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" - git add manifest.json - git commit -m "Generate manifest.json" || exit 0 + git add manifest.json images/ + git commit -m "Update manifest.json and images" || exit 0 git push \ No newline at end of file