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

Lock telegram-send version 0.25 for now.

This commit is contained in:
Llewellyn van der Merwe 2022-04-09 15:50:10 +02:00
parent ac3dd8fcc3
commit f3c110b5ca
Signed by: Llewellyn
GPG Key ID: EFC0C720A240551C
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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