We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c572b commit f9802b4Copy full SHA for f9802b4
.github/workflows/ci.yml
@@ -98,12 +98,14 @@ jobs:
98
[ '${{ steps.install-artifact.outcome }}' == 'success' ] && \
99
[ '${{ steps.sanitize.outcome }}' == 'success' ] && \
100
echo 'true' || echo 'false')
101
+ os=$(echo "${{ matrix.os }}" | awk -F- '{ print $1 }')
102
103
104
curl -X POST -H "X-API-KEY: $DASH_AUTH" -H "Content-Type: application/json" -d \
105
"{\"id\":\"$(echo "${{ github.repository }}" | awk -F/ '{ print $2 }')\",\
106
\"github_ref\":\"${{ github.sha }}\",\
107
\"url\":\"https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}\",\
108
+ \"os\":\"$os\",\
109
\"build\":$build_status,\
110
\"binary\":$binary_status}"\
111
https://sofa-framework.org:5000/api/v1/plugins
0 commit comments