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 82ebab9 + 32c3404 commit 15b5075Copy full SHA for 15b5075
.github/workflows/ci.yml
@@ -139,9 +139,9 @@ jobs:
139
"{\"id\":\"$(echo "${{ github.repository }}" | awk -F/ '{ print $2 }')\",\
140
\"github_ref\":\"${{ github.sha }}\",\
141
\"url\":\"https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}\",\
142
- \"build\":\"$build_status\",\
143
- \"tests\":\"$test_status\",\
144
- \"binary\":\"$binary_status\"}"\
+ \"build\":$build_status,\
+ \"tests\":$test_status,\
+ \"binary\":$binary_status}"\
145
https://sofa-framework.org:5000/api/v1/plugins
146
147
deploy:
0 commit comments