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