mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-21 23:06:40 +01:00
uncomment script
This commit is contained in:
parent
83abd28a1f
commit
e4e0137767
1 changed files with 3 additions and 4 deletions
|
@ -28,16 +28,15 @@ jobs:
|
|||
|
||||
- name: Generate/update file with links.
|
||||
run: |
|
||||
echo "" > tracked_links.txt
|
||||
# python make_tracked_links_list.py
|
||||
python make_tracked_links_list.py
|
||||
|
||||
- name: Commit and push changes.
|
||||
run: |
|
||||
git fetch
|
||||
git checkout data
|
||||
|
||||
git config --global user.email "actions@github.com"
|
||||
git config --global user.name "github-actions"
|
||||
git config --global user.email "github-action@users.noreply.github.com"
|
||||
git config --global user.name "GitHub Action"
|
||||
|
||||
git add .
|
||||
git commit -m "Update tracked links"
|
||||
|
|
Loading…
Reference in a new issue