This needs identity

This commit is contained in:
Lim Chee Aun 2024-08-19 18:00:13 +08:00
parent e736617a19
commit 6f8ed8411b

View file

@ -59,6 +59,8 @@ jobs:
echo "No changes to catalogs.json"
else
echo "Changes to catalogs.json"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git add src/data/catalogs.json
git commit -m "Update catalogs.json"
git push