소스 검색

ci: update test telegram workflow

[skip ci]
Nicolas Giard 3 년 전
부모
커밋
8609b3fc2f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/telegram.yml

+ 1 - 1
.github/workflows/telegram.yml

@@ -7,7 +7,7 @@ jobs:
     steps:
     
       - name: Notify Telegram Channel
-        uses: appleboy/telegram-action@0.0.3
+        uses: appleboy/telegram-action@v0.1.1
         with:
           to: ${{ secrets.TELEGRAM_TO }}
           token: ${{ secrets.TELEGRAM_TOKEN }}