We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc5a92 commit 14f714cCopy full SHA for 14f714c
.github/workflows/test-initdemo.yaml
@@ -17,5 +17,5 @@ jobs:
17
run: ./initdemo.sh
18
- name: Test projects exist
19
run: |
20
- curl -h "X-Octopus-ApiKey: API-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" http://localhost:18080/api/Spaces-1/Projects/hello-world/runbooks
+ curl -H "X-Octopus-ApiKey: API-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" http://localhost:18080/api/Spaces-1/Projects/hello-world/runbooks
21
if [[ $? != "0" ]]; then exit 1; fi
0 commit comments