food-market/.forgejo/workflows/phase3b-ping.yml
nns a13654a999
Some checks are pending
CI / POS (WPF, Windows) (push) Waiting to run
CI / Backend (.NET 8) (push) Successful in 56s
CI / Web (React + Vite) (push) Successful in 36s
Phase3b Ping / ping (push) Successful in 1s
ci(phase3b-ping): одноразовый Telegram-пинг
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-25 23:06:40 +05:00

21 lines
1.1 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: Phase3b Ping
on:
push:
branches: [main]
paths:
- '.forgejo/workflows/phase3b-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=✅ Phase3b foundation выкатился: drop IsActive из Product/Group/Unit/Counterparty, добавлен ShelfLifeDays, PriceType IsSystem/IsRequired (системная «Розничная цена» защищена), Posted-toggle на приёмке с confirm, в списке товаров колонка системной розничной с динамическим заголовком, фильтр срока годности, PercentInput + inline edit наценки группы, цены товара по справочнику PriceType. Можно проверять. → https://food-market.zat.kz" \
> /dev/null