Skip to content

Commit aadeb4c

Browse files
authored
Update ci.yml
1 parent 00b0b7e commit aadeb4c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,10 @@ jobs:
225225
226226
227227
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 }}\",\
228+
"{\"id\":\"$(echo "${{ github.repository }}" | awk -F/ '{ print $2 }')\",\
229+
\"github_ref\":\"${{ github.sha }}\",\
230230
\"url\":\"https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}\",\
231-
\"build\":\"\$build_status",\
231+
\"build\":\"\$build_status\",\
232232
\"tests\":\"$test_status\",\
233233
\"binary\":\"$binary_status\"}"\
234234
https://sofa-framework.org:5000/api/v1/plugins

0 commit comments

Comments
 (0)