mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-20 16:15:08 +01:00
;d
This commit is contained in:
parent
66e48534a7
commit
5ddd778e2e
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,8 @@ jobs:
|
|||
|
||||
- name: Commit and push changes.
|
||||
run: |
|
||||
git fetch
|
||||
git pull
|
||||
git add .
|
||||
|
||||
git stash
|
||||
git checkout data
|
||||
|
@ -41,6 +42,5 @@ jobs:
|
|||
git config --global user.email "github-action@users.noreply.github.com"
|
||||
git config --global user.name "GitHub Action"
|
||||
|
||||
git add .
|
||||
git commit -m "Update tracked links"
|
||||
git push
|
||||
|
|
Loading…
Reference in a new issue