Skip to content

Commit 673e953

Browse files
authored
Remove quote to send real boolean (#498)
1 parent e9670c3 commit 673e953

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
@@ -230,9 +230,9 @@ jobs:
230230
"{\"id\":\"$(echo "${{ github.repository }}" | awk -F/ '{ print $2 }')\",\
231231
\"github_ref\":\"${{ github.sha }}\",\
232232
\"url\":\"https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}\",\
233-
\"build\":\"$build_status\",\
234-
\"tests\":\"$test_status\",\
235-
\"binary\":\"$binary_status\"}"\
233+
\"build\":$build_status,\
234+
\"tests\":$test_status,\
235+
\"binary\":$binary_status}"\
236236
https://sofa-framework.org:5000/api/v1/plugins
237237
238238
deploy:

0 commit comments

Comments
 (0)