Skip to content

Commit

Permalink
Merge Upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
SpEcHiDe committed Aug 30, 2024
1 parent d4b97e2 commit c35fdad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api_tg_scarppers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
- name: scrape preparations
run: |
pip install --upgrade pip setuptools wheel
wget https://github.com/TelegramPlayGround/TG-APIs/raw/935d4e0/deploy.sh -O deploy.sh
wget https://github.com/TelegramPlayGround/TG-APIs/raw/d4b97e2/deploy.sh -O deploy.sh
bash deploy.sh
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set +xe

CH="935d4e0"
CH="d4b97e2"
wget https://github.com/TelegramPlayGround/TG-APIs/raw/${CH}/scrape.py -O scrape.py
wget https://github.com/TelegramPlayGround/TG-APIs/raw/${CH}/scrape_tg_api_schema.py -O scrape_tg_api_schema.py
wget https://github.com/TelegramPlayGround/TG-APIs/raw/${CH}/requirements.txt -O requirements.txt
Expand Down

0 comments on commit c35fdad

Please sign in to comment.