set user for git

This commit is contained in:
Il'ya (Marshal) 2021-04-23 21:01:32 +02:00
parent 381a6bdaf4
commit 85b5e632c9

View file

@ -35,5 +35,9 @@ jobs:
run: |
git fetch
git checkout data
git config --global user.email "actions@github.com"
git config --global user.name "github-actions"
git commit -am "Update tracked links"
git push