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