Skip to content

Commit bc5bfa6

Browse files
authored
Update main.yml
1 parent 5d271d0 commit bc5bfa6

1 file changed

Lines changed: 12 additions & 21 deletions

File tree

.github/workflows/main.yml

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
1-
name: Kernel_Visual_Pulse
2-
on: [push]
1+
- uses: appleboy/telegram-action@v1.0.0
2+
with:
3+
to: ${{ secrets.TELEGRAM_CHAT_ID }}
4+
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
5+
document: logokernel.jpeg
6+
caption: |
7+
----[ KERNEL_NODE_0 ]----
8+
AUTHENTICATION: GRANTED
9+
STATUS: ONLINE
310
4-
jobs:
5-
tele_sync:
6-
runs-on: ubuntu-latest
7-
steps:
8-
- uses: actions/checkout@v3
9-
10-
- uses: appleboy/telegram-action@v1.0.0
11-
with:
12-
to: ${{ secrets.TELEGRAM_CHAT_ID }}
13-
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
14-
photo: logokernel.jpeg
15-
parse_mode: ""
16-
caption: |
17-
----[ KERNEL_NODE_0 ]----
18-
AUTHENTICATION: GRANTED
19-
STATUS: ONLINE
20-
21-
Welcome to the system core.
22-
Synchronization complete.
11+
Benvenuto nel cuore del sistema.
12+
Sincronizzazione completata.
13+
parse_mode: ""

0 commit comments

Comments
 (0)