Fix actions syntax

This commit is contained in:
XelXen 2022-09-21 19:43:44 +05:30 committed by GitHub
parent 0c873aa10b
commit 37e6595fd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ jobs:
continue-on-error: true
run: |
mv .github/uploader.py .
echo "GH_REPO = '${{ github.repository }}'" > tgconfig.py
echo "GH_REPO = '${{ env.GITHUB_REPOSITORY }}'" > tgconfig.py
python uploader.py
- name: Telegram Bot