From f64a8ddff8dc2472b392f506aae302f8678c28c5 Mon Sep 17 00:00:00 2001 From: usetech-llc Date: Fri, 19 Mar 2021 16:37:02 +0000 Subject: [PATCH] Merge pull request #132 from usetech-llc/feature/fix_tg_bot Fix telegram bot v.13 --- --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -6,8 +6,8 @@ build: runs-on: ubuntu-latest steps: - - uses: avkviring/telegram-github-action@v0.0.8 + - uses: avkviring/telegram-github-action@v0.0.13 env: telegram_to: ${{ secrets.TELEGRAM_TO }} telegram_token: ${{ secrets.TELEGRAM_TOKEN }} - event: ${{ toJson(github.event) }} \ No newline at end of file + event: ${{ toJson(github.event) }} -- gitstuff