add git fetch

This commit is contained in:
Il'ya (Marshal) 2021-04-23 20:59:36 +02:00
parent b053015289
commit 381a6bdaf4

View file

@ -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