mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-21 23:06:40 +01:00
add git fetch
This commit is contained in:
parent
b053015289
commit
381a6bdaf4
1 changed files with 3 additions and 1 deletions
|
@ -28,10 +28,12 @@ jobs:
|
|||
|
||||
- name: Generate/update file with links.
|
||||
run: |
|
||||
python make_tracked_links_list.py
|
||||
echo "" > tracked_links.txt
|
||||
# python make_tracked_links_list.py
|
||||
|
||||
- name: Commit and push changes.
|
||||
run: |
|
||||
git fetch
|
||||
git checkout data
|
||||
git commit -am "Update tracked links"
|
||||
git push
|
||||
|
|
Loading…
Reference in a new issue