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.
1 parent e9670c3 commit 673e953Copy full SHA for 673e953
.github/workflows/ci.yml
@@ -230,9 +230,9 @@ jobs:
230
"{\"id\":\"$(echo "${{ github.repository }}" | awk -F/ '{ print $2 }')\",\
231
\"github_ref\":\"${{ github.sha }}\",\
232
\"url\":\"https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}\",\
233
- \"build\":\"$build_status\",\
234
- \"tests\":\"$test_status\",\
235
- \"binary\":\"$binary_status\"}"\
+ \"build\":$build_status,\
+ \"tests\":$test_status,\
+ \"binary\":$binary_status}"\
236
https://sofa-framework.org:5000/api/v1/plugins
237
238
deploy:
0 commit comments