Workflow: try verbose on curl
Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 2m26s
Some checks failed
Build Docker Image / Build Docker Image (push) Failing after 2m26s
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Test pinging host.docker.internal
|
- name: Test pinging host.docker.internal
|
||||||
run: |
|
run: |
|
||||||
curl -X POST http://host.docker.internal:3000/run \
|
curl -v -X POST http://host.docker.internal:3000/run \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-H "X-SECRET: ${{ secrets.EXPRESS_SECRET }}" \
|
-H "X-SECRET: ${{ secrets.EXPRESS_SECRET }}" \
|
||||||
-d '{"command": "echo hello world!"}'
|
-d '{"command": "echo hello world!"}'
|
||||||
|
|||||||
Reference in New Issue
Block a user