Merge pull request #394 from kinode-dao/dp/curl-max-timeout

Ugh. fix missing dash in —max-timeout
This commit is contained in:
doria 2024-06-12 04:04:03 +09:00 committed by GitHub
commit 8b700dafcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,4 +19,4 @@ jobs:
port: ${{ secrets.SSH_PORT }}
command_timeout: 60m
script: |
curl —max-time 3600 -X PUT http://localhost:8000/monitor/build-kinode
curl -—max-time 3600 -X PUT http://localhost:8000/monitor/build-kinode