ci(pricetype-fix-ping): одноразовый Telegram-пинг
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
db3be5bbca
commit
ebdc70bd58
20
.forgejo/workflows/pricetype-fix-ping.yml
Normal file
20
.forgejo/workflows/pricetype-fix-ping.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
name: PriceType-fix Ping
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
paths:
|
||||||
|
- '.forgejo/workflows/pricetype-fix-ping.yml'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
ping:
|
||||||
|
runs-on: [self-hosted, linux]
|
||||||
|
steps:
|
||||||
|
- name: Telegram
|
||||||
|
env:
|
||||||
|
BOT: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
||||||
|
CHAT: ${{ secrets.TELEGRAM_CHAT_ID }}
|
||||||
|
run: |
|
||||||
|
curl -sS -X POST "https://api.telegram.org/bot$BOT/sendMessage" \
|
||||||
|
--data-urlencode "chat_id=$CHAT" \
|
||||||
|
--data-urlencode "text=✅ fix(price-types) задеплоен — IsSystem перенесён на запись с реальными ценами товаров (на стенде «Розничная2»). В списке товаров колонка/фильтр/sort теперь по системной цене, заголовок динамический. Можно проверять. → https://food-market.zat.kz" \
|
||||||
|
> /dev/null
|
||||||
Loading…
Reference in a new issue