diff --git a/.gitea/workflows/job_notify.yml b/.gitea/workflows/job_notify.yml index 088ee22..fa1da61 100644 --- a/.gitea/workflows/job_notify.yml +++ b/.gitea/workflows/job_notify.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: send - uses: cbrgm/telegram-github-action@v1 + uses: https://github.com/cbrgm/telegram-github-action@v1.2.1 with: to: ${{ secrets.TELEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }}