5
3
mirror of https://github.com/trueChristian/witnesses.git synced 2024-09-08 02:39:00 +00:00

Adds python-telegram-bot

This commit is contained in:
eWɘyn 2023-01-02 15:15:28 +02:00 committed by GitHub
parent abf661ee9a
commit f4a1188738
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ jobs:
- name: Install Dependancies
run: |
sudo apt install python3.8 python3-pip bc
sudo pip3 install telegram-send
sudo pip3 install telegram-send python-telegram-bot
- name: Setup gitHub User Details
env:
GIT_USER: ${{ secrets.GIT_USER }}