Skip to content

Commit

Permalink
Test action 12
Browse files Browse the repository at this point in the history
  • Loading branch information
chen08209 committed Oct 14, 2024
1 parent 8f6dc4e commit 8fbb027
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ jobs:
- name: Push to telegram
env:
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
CHAT_ID: "-1002428644828"
run: |
python -m pip install --upgrade pip
pip install requests
Expand Down
4 changes: 3 additions & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@
"media": json.dumps(media)
},
files=curl_files
)
)

print("Response JSON:", response.json())

0 comments on commit 8fbb027

Please sign in to comment.