Skip to content
/ AT-YT Public

Commit f447629

Browse files
authored
Update YTI.yml
1 parent 8eddacb commit f447629

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/workflows/YTI.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,19 +209,25 @@ jobs:
209209
env:
210210
TG_TOKEN_TOOLTREE: ${{ secrets.TG_TOKEN_TOOLTREE }}
211211
TG_ID_TOOLTREE: ${{ secrets.TG_ID_TOOLTREE }}
212+
TG_ID_K20PVN: ${{ secrets.TG_ID_K20PVN }}
212213
VER: ${{ needs.build1.outputs.VER }}
213-
K: ${{ needs.build1.outputs.Kad }}"
214214
V: ${{ needs.build1.outputs.V }}
215215
run: |
216216
# Kakathic
217-
curl -s -X POST "https://api.telegram.org/bot$TG_TOKEN_TOOLTREE/sendMessage" \
218-
-d chat_id="$TG_ID_TOOLTREE" \
219-
-d parse_mode="Markdown" \
220-
-d text="Auto build Youtube tool
217+
chat_tg="Auto build Youtube tool
221218
222219
• Mod: ${GITPATCH%/*}
223220
• version: $VER
224221
225222
Link: [Download](https://github.com/Zenlua/AT-YT/releases/tag/K-$V-$VER)"
223+
224+
curl -s -X POST "https://api.telegram.org/bot$TG_TOKEN_TOOLTREE/sendMessage" \
225+
-d chat_id="$TG_ID_TOOLTREE" \
226+
-d parse_mode="Markdown" \
227+
-d text="$chat_tg"
226228
229+
curl -s -X POST "https://api.telegram.org/bot$TG_TOKEN_TOOLTREE/sendMessage" \
230+
-d chat_id="$TG_ID_K20PVN" \
231+
-d parse_mode="Markdown" \
232+
-d text="$chat_tg"
227233

0 commit comments

Comments
 (0)