ci: fix stop-prod workflow - use sh shell

This commit is contained in:
NW
2026-08-07 16:11:11 +01:00
parent 90886ac469
commit 82011a33af

View File

@@ -4,6 +4,9 @@ on:
jobs:
stop:
runs-on: arm64
defaults:
run:
shell: sh
steps:
- name: Stop telegram_shop_prod
run: |