Skip to content

Commit 4a950f3

Browse files
authored
Remove quote to send real boolean (#19)
1 parent 4941d69 commit 4a950f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ jobs:
152152
"{\"id\":\"$(echo "${{ github.repository }}" | awk -F/ '{ print $2 }')\",\
153153
\"github_ref\":\"${{ github.sha }}\",\
154154
\"url\":\"https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}\",\
155-
\"build\":\"$build_status\",\
156-
\"tests\":\"$test_status\",\
157-
\"binary\":\"$binary_status\"}"\
155+
\"build\":$build_status,\
156+
\"tests\":$test_status,\
157+
\"binary\":$binary_status}"\
158158
https://sofa-framework.org:5000/api/v1/plugins
159159
160160
deploy:

0 commit comments

Comments
 (0)