mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-22 15:26:43 +01:00
move fetch to one step upper
This commit is contained in:
parent
e4e0137767
commit
ea18746c3c
1 changed files with 3 additions and 3 deletions
|
@ -28,13 +28,13 @@ jobs:
|
||||||
|
|
||||||
- name: Generate/update file with links.
|
- name: Generate/update file with links.
|
||||||
run: |
|
run: |
|
||||||
|
git fetch
|
||||||
|
git checkout data
|
||||||
|
|
||||||
python make_tracked_links_list.py
|
python make_tracked_links_list.py
|
||||||
|
|
||||||
- name: Commit and push changes.
|
- name: Commit and push changes.
|
||||||
run: |
|
run: |
|
||||||
git fetch
|
|
||||||
git checkout data
|
|
||||||
|
|
||||||
git config --global user.email "github-action@users.noreply.github.com"
|
git config --global user.email "github-action@users.noreply.github.com"
|
||||||
git config --global user.name "GitHub Action"
|
git config --global user.name "GitHub Action"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue