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 a4bd58c commit cdf89b4Copy full SHA for cdf89b4
.github/workflows/build.yml
@@ -45,7 +45,7 @@ jobs:
45
46
curl -X POST \
47
-H "Content-Type: application/json" \
48
- -d '$PAYLOAD' \
+ -d "$PAYLOAD" \
49
https://okai.servicestack.com/dropbox/pvq.json
50
51
# - name: test
0 commit comments