mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-22 07:19:34 +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.
|
- name: Generate/update file with links.
|
||||||
run: |
|
run: |
|
||||||
python make_tracked_links_list.py
|
echo "" > tracked_links.txt
|
||||||
|
# python make_tracked_links_list.py
|
||||||
|
|
||||||
- name: Commit and push changes.
|
- name: Commit and push changes.
|
||||||
run: |
|
run: |
|
||||||
|
git fetch
|
||||||
git checkout data
|
git checkout data
|
||||||
git commit -am "Update tracked links"
|
git commit -am "Update tracked links"
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in a new issue