diff --git a/.gitea/workflows/job_notify.yml b/.gitea/workflows/job_notify.yml index fa1da61..710fead 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: https://github.com/cbrgm/telegram-github-action@v1.2.1 + uses: appleboy/telegram-action@master with: to: ${{ secrets.TELEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }}