Skip to content

Commit 15b5075

Browse files
authored
Merge pull request #12 from bakpaul/25_05_fix_dashboard
Remove quote to send real boolean
2 parents 82ebab9 + 32c3404 commit 15b5075

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
@@ -139,9 +139,9 @@ jobs:
139139
"{\"id\":\"$(echo "${{ github.repository }}" | awk -F/ '{ print $2 }')\",\
140140
\"github_ref\":\"${{ github.sha }}\",\
141141
\"url\":\"https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}\",\
142-
\"build\":\"$build_status\",\
143-
\"tests\":\"$test_status\",\
144-
\"binary\":\"$binary_status\"}"\
142+
\"build\":$build_status,\
143+
\"tests\":$test_status,\
144+
\"binary\":$binary_status}"\
145145
https://sofa-framework.org:5000/api/v1/plugins
146146
147147
deploy:

0 commit comments

Comments
 (0)