mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-22 07:19:34 +01:00
set user for git
This commit is contained in:
parent
381a6bdaf4
commit
85b5e632c9
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue