Workflow: set default shell to sh
Some checks failed
Build Docker Image / Restart Docker Compose (push) Has been cancelled
Build Docker Image / Build Docker Image (push) Has been cancelled

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
2025-11-26 16:00:48 +07:00
parent 214ad672f0
commit 87cac22db5

View File

@@ -5,6 +5,9 @@ on: [push]
jobs:
Build Docker Image:
runs-on: ubuntu-node
defaults:
run:
shell: sh
steps:
- name: Check out repository code
uses: actions/checkout@v4