We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b0b7e commit aadeb4cCopy full SHA for aadeb4c
1 file changed
.github/workflows/ci.yml
@@ -225,10 +225,10 @@ jobs:
225
226
227
curl -X POST -H "X-API-KEY: ${{ secrets.PLUGIN_DASH }}" -H "Content-Type: application/json" -d \
228
- "{\"id":\"$(echo "${{ github.repository }}" | awk -F/ '{ print $2 }')\",\
229
- \"github_ref":\"${{ github.sha }}\",\
+ "{\"id\":\"$(echo "${{ github.repository }}" | awk -F/ '{ print $2 }')\",\
+ \"github_ref\":\"${{ github.sha }}\",\
230
\"url\":\"https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}\",\
231
- \"build\":\"\$build_status",\
+ \"build\":\"\$build_status\",\
232
\"tests\":\"$test_status\",\
233
\"binary\":\"$binary_status\"}"\
234
https://sofa-framework.org:5000/api/v1/plugins
0 commit comments