dev #2

Merged
wtukatyr merged 19 commits from dev into main 2025-06-05 23:09:25 +03:00
4 changed files with 40 additions and 4 deletions
Showing only changes of commit 091e77605e - Show all commits

View File

@@ -27,3 +27,16 @@ jobs:
requirements-path: requirements.txt
readme-path: README.md
python-version: 3.11 # python version which will lint the package
- name: Notify in telegram about fail
if: ${{ failure() }}
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: |
${{ github.actor }} created commit:
Commit message: ${{ github.event.commits[0].message }}
Repository: ${{ github.repository }}
See changes: https://github.com/${{ github.repository }}/commit/${{github.sha}}
- name: Check fail
run: echo "Unreachable"