ci: fix stop-prod workflow - use sh shell
This commit is contained in:
@@ -4,6 +4,9 @@ on:
|
||||
jobs:
|
||||
stop:
|
||||
runs-on: arm64
|
||||
defaults:
|
||||
run:
|
||||
shell: sh
|
||||
steps:
|
||||
- name: Stop telegram_shop_prod
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user