mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 23:40:33 +05:30
Fix actions syntax
This commit is contained in:
parent
0c873aa10b
commit
37e6595fd5
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
mv .github/uploader.py .
|
mv .github/uploader.py .
|
||||||
echo "GH_REPO = '${{ github.repository }}'" > tgconfig.py
|
echo "GH_REPO = '${{ env.GITHUB_REPOSITORY }}'" > tgconfig.py
|
||||||
python uploader.py
|
python uploader.py
|
||||||
|
|
||||||
- name: Telegram Bot
|
- name: Telegram Bot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user