Update .forgejo/workflows/package-check.yml

This commit is contained in:
melody 2025-06-18 19:02:22 +02:00
commit 4b1a2ab661

View file

@ -71,8 +71,8 @@ jobs:
- name: Commit updated metadata
if: env.UPDATE == 'true'
run: |
git config user.name $COMMIT_AUTHOR_NAME
git config user.email $COMMIT_AUTHOR_EMAIL
git config user.name "$COMMIT_AUTHOR_NAME"
git config user.email "$COMMIT_AUTHOR_EMAIL"
git add .last_version .last_rebuild
git commit -m $COMMIT_MESSAGE
git commit -m "$COMMIT_MESSAGE"
git push