add [bot] so that gh can visualize the commits with badge

This commit is contained in:
Zafir Stojanovski 2025-02-15 09:42:00 +01:00
parent ef89f4b29a
commit 48cd20e98e

View file

@ -34,8 +34,8 @@ jobs:
- name: Commit and push changes
run: |
git config user.name "github-actions"
git config user.email "github-actions@github.com"
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git add GALLERY.md
if [ -n "$(git status --porcelain)" ]; then
git commit -m "Update GALLERY.md [skip ci]"