mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-14 04:51:42 +01:00
fix overwriting
This commit is contained in:
parent
ea18746c3c
commit
ea3bfaf71f
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue