mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 01:48:50 +01:00
This needs identity
This commit is contained in:
parent
e736617a19
commit
6f8ed8411b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/i18n-automerge.yml
vendored
2
.github/workflows/i18n-automerge.yml
vendored
|
@ -59,6 +59,8 @@ jobs:
|
||||||
echo "No changes to catalogs.json"
|
echo "No changes to catalogs.json"
|
||||||
else
|
else
|
||||||
echo "Changes to catalogs.json"
|
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 add src/data/catalogs.json
|
||||||
git commit -m "Update catalogs.json"
|
git commit -m "Update catalogs.json"
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in a new issue