Skip to content

Commit aba5969

Browse files
authored
Merge pull request #192 from bakpaul/25_05_fix_dashboard
Remove quote to send real boolean
2 parents 3dfbe3a + 491e858 commit aba5969

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
@@ -176,9 +176,9 @@ jobs:
176176
"{\"id\":\"$(echo "${{ github.repository }}" | awk -F/ '{ print $2 }')\",\
177177
\"github_ref\":\"${{ github.sha }}\",\
178178
\"url\":\"https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}\",\
179-
\"build\":\"$build_status\",\
180-
\"tests\":\"$test_status\",\
181-
\"binary\":\"$binary_status\"}"\
179+
\"build\":$build_status,\
180+
\"tests\":$test_status,\
181+
\"binary\":$binary_status}"\
182182
https://sofa-framework.org:5000/api/v1/plugins
183183
184184

0 commit comments

Comments
 (0)