Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed May 24, 2023
1 parent 80e5564 commit 82a24f2
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 @@ -30,4 +30,4 @@ jobs:
type=${type:-"sdk"}
curl -X POST -sS -D- -o/dev/null ${{secrets.JENKINS_BUILD_URL}} \
-H 'Content-Type: application/json' \
-d '{"branch": "${{github.ref_name}}, "type": "${type}"}'
-d "{\"branch\": \"${{github.ref_name}}\", \"type\": \"${type}\"}"

0 comments on commit 82a24f2

Please sign in to comment.