Skip to content

Commit

Permalink
chore: fix flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tianzhou committed Feb 19, 2024
1 parent 5f727d2 commit f2fb5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sql-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "request_body ${request_body}"
echo "bytebase toke ${bytebase_token}"
response=$(curl -s -w "HTTPSTATUS:%{http_code}" -x POST -o response.json ${bytebase_api}/sql/check \
response=$(curl -s -w "HTTPSTATUS:%{http_code}" -X POST -o response.json ${bytebase_api}/sql/check \
-H "Authorization: Bearer ${bytebase_token}" \
-d "${request_body}")
Expand Down

0 comments on commit f2fb5fa

Please sign in to comment.