Skip to content

Commit ea454a1

Browse files
authored
Update main.yml
1 parent bc5bfa6 commit ea454a1

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
with:
33
to: ${{ secrets.TELEGRAM_CHAT_ID }}
44
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
5-
document: logokernel.jpeg
6-
caption: |
5+
photo: logokernel.jpeg
6+
7+
- uses: appleboy/telegram-action@v1.0.0
8+
with:
9+
to: ${{ secrets.TELEGRAM_CHAT_ID }}
10+
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
11+
message: |
712
----[ KERNEL_NODE_0 ]----
813
AUTHENTICATION: GRANTED
914
STATUS: ONLINE
1015
1116
Benvenuto nel cuore del sistema.
12-
Sincronizzazione completata.
13-
parse_mode: ""
17+
Sincronizzazione completata.

0 commit comments

Comments
 (0)