Skip to content

Commit c6a2a5c

Browse files
Update patch-release.yaml
1 parent 0dc2528 commit c6a2a5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/patch-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
uses: appleboy/telegram-action@master
116116
with:
117117
disable_web_page_preview: true
118-
to: "${{ secrets.TELEGRAM_CHAT_ID }},${{ secrets.TELEGRAM_CHAT_ID_2 }},${{ secrets.TELEGRAM_CHAT_ID_3 }}"
118+
to: "${{ secrets.TELEGRAM_CHAT_ID }},${{ secrets.TELEGRAM_CHAT_ID_2 }}"
119119
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
120120
format: MARKDOWN
121121
message: |
@@ -148,7 +148,7 @@ jobs:
148148
uses: appleboy/telegram-action@master
149149
with:
150150
disable_web_page_preview: true
151-
to: "${{ secrets.TELEGRAM_CHAT_ID }},${{ secrets.TELEGRAM_CHAT_ID_2 }},${{ secrets.TELEGRAM_CHAT_ID_3 }}"
151+
to: "${{ secrets.TELEGRAM_CHAT_ID }},${{ secrets.TELEGRAM_CHAT_ID_2 }}"
152152
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
153153
format: MARKDOWN
154154
message: |

0 commit comments

Comments
 (0)