Skip to content

Commit

Permalink
fix post form
Browse files Browse the repository at this point in the history
  • Loading branch information
scPointer committed Oct 9, 2024
1 parent c03b352 commit bb5b068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ jobs:
curl -X POST https://"$post_api" \
-H "accept: application/json;charset=utf-8" \
-H "Content-Type: application/json" \
-d "$score" \
-d "$score_json" \
-v

0 comments on commit bb5b068

Please sign in to comment.