Skip to content

Commit 49106b6

Browse files
authored
Fix action version syntax in check.yml
1 parent 8bf5ecf commit 49106b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787

8888
- name: Notify via Telegram
8989
if: steps.prepare.outcome == 'success'
90-
uses: appleboy/telegram-action@0.1.1
90+
uses: appleboy/telegram-action@v0.1.1
9191
with:
9292
to: ${{ secrets.TELEGRAM_TO }}
9393
token: ${{ secrets.TELEGRAM_TOKEN }}
@@ -139,7 +139,7 @@ jobs:
139139
#
140140
#- name: Notify via Telegram
141141
# if: step.prepare.outcome == 'success'
142-
# uses: appleboy/telegram-action@0.1.1
142+
# uses: appleboy/telegram-action@v0.1.1
143143
# with:
144144
# to: ${{ secrets.TELEGRAM_TO }}
145145
# token: ${{ secrets.TELEGRAM_TOKEN }}

0 commit comments

Comments
 (0)