fix workflow

This commit is contained in:
0belous 2025-07-26 11:05:50 +01:00
parent 61d9076015
commit 096b5f86e2

View file

@ -21,6 +21,6 @@ jobs:
- run: | - run: |
git config user.name "github-actions[bot]" git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com" git config user.email "github-actions[bot]@users.noreply.github.com"
git add manifest.json git add manifest.json images/
git commit -m "Generate manifest.json" || exit 0 git commit -m "Update manifest.json and images" || exit 0
git push git push