move fetch to one step upper

This commit is contained in:
Il'ya (Marshal) 2021-04-23 21:12:27 +02:00
parent e4e0137767
commit ea18746c3c

View file

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