File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -209,18 +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 }}
213214 V : ${{ needs.build1.outputs.V }}
214215 run : |
215216 # Kakathic
216- curl -s -X POST "https://api.telegram.org/bot$TG_TOKEN_TOOLTREE/sendMessage" \
217- -d chat_id="$TG_ID_TOOLTREE" \
218- -d parse_mode="Markdown" \
219- -d text="Auto build Youtube tool
217+ chat_tg="Auto build Youtube tool
220218
221219 • Mod: ${GITPATCH%/*}
222220 • version: $VER
223221
224222 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"
225228
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"
226233
You can’t perform that action at this time.
0 commit comments