5
3
mirror of https://github.com/trueChristian/witnesses.git synced 2025-01-01 12:31:46 +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 - name: Install Dependancies
run: | run: |
sudo apt install python3.8 python3-pip sudo apt install python3.8 python3-pip
sudo pip3 install telegram-send sudo pip3 install telegram-send==0.25
- name: Setup gitHub User Details - name: Setup gitHub User Details
env: env:
GIT_USER: ${{ secrets.GIT_USER }} GIT_USER: ${{ secrets.GIT_USER }}

View File

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

View File

@ -14,7 +14,7 @@ jobs:
- name: Install Dependancies - name: Install Dependancies
run: | run: |
sudo apt install python3.8 python3-pip bc 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 - name: Setup gitHub User Details
env: env:
GIT_USER: ${{ secrets.GIT_USER }} GIT_USER: ${{ secrets.GIT_USER }}