ci: use sh shell for gitea runner compatibility
Build Push and Deploy / docker-image (push) Failing after 1m3s
Build Push and Deploy / deploy-fallback-log (push) Failing after 2s

This commit is contained in:
2026-04-24 14:36:38 +08:00
parent b963562a5f
commit e81305d046
+3
View File
@@ -10,6 +10,9 @@ jobs:
runs-on: node
permissions:
contents: read
defaults:
run:
shell: sh
steps:
- name: Ensure Git is available