We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3dfbe3a + 491e858 commit aba5969Copy full SHA for aba5969
.github/workflows/ci.yml
@@ -176,9 +176,9 @@ jobs:
176
"{\"id\":\"$(echo "${{ github.repository }}" | awk -F/ '{ print $2 }')\",\
177
\"github_ref\":\"${{ github.sha }}\",\
178
\"url\":\"https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}\",\
179
- \"build\":\"$build_status\",\
180
- \"tests\":\"$test_status\",\
181
- \"binary\":\"$binary_status\"}"\
+ \"build\":$build_status,\
+ \"tests\":$test_status,\
+ \"binary\":$binary_status}"\
182
https://sofa-framework.org:5000/api/v1/plugins
183
184
0 commit comments