Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agaev6881 authored Aug 4, 2024
1 parent c44b977 commit 6944ee0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
uses: actions/setup-python@v4 # Yeni versiya
with:
python-version: '3.x'

- name : telethon yukle
run : |
pip install telethon
- name: Run script
run: |
python main.py

0 comments on commit 6944ee0

Please sign in to comment.