fix overwriting

This commit is contained in:
Il'ya (Marshal) 2021-04-23 21:19:08 +02:00
parent ea18746c3c
commit ea3bfaf71f

View file

@ -28,13 +28,13 @@ jobs:
- name: Generate/update file with links.
run: |
git fetch
git checkout data
python make_tracked_links_list.py
- name: Commit and push changes.
run: |
git fetch
git checkout --theirs data
git config --global user.email "github-action@users.noreply.github.com"
git config --global user.name "GitHub Action"