File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments