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 3e9ecd4 commit c3d23f6Copy full SHA for c3d23f6
.circleci/config.yml
@@ -45,7 +45,7 @@ jobs:
45
- image: circleci/node:8.15-browsers
46
user: root
47
steps:
48
- - run: curl -X POST -H "https://circleci.com/api/v1/project/blocknative/react-demo/tree/develop?circle-token=$CIRCLE_TOKEN"
+ - run: curl -X POST -H -d "https://circleci.com/api/v1/project/blocknative/react-demo/tree/develop?circle-token=$CIRCLE_TOKEN"
49
50
workflows:
51
version: 2
0 commit comments