We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4941d69 commit 4a950f3Copy full SHA for 4a950f3
.github/workflows/ci.yml
@@ -152,9 +152,9 @@ jobs:
152
"{\"id\":\"$(echo "${{ github.repository }}" | awk -F/ '{ print $2 }')\",\
153
\"github_ref\":\"${{ github.sha }}\",\
154
\"url\":\"https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}\",\
155
- \"build\":\"$build_status\",\
156
- \"tests\":\"$test_status\",\
157
- \"binary\":\"$binary_status\"}"\
+ \"build\":$build_status,\
+ \"tests\":$test_status,\
+ \"binary\":$binary_status}"\
158
https://sofa-framework.org:5000/api/v1/plugins
159
160
deploy:
0 commit comments