We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26530f6 commit 0a5446dCopy full SHA for 0a5446d
1 file changed
.github/workflows/ci.yml
@@ -115,12 +115,15 @@ jobs:
115
[ '${{ steps.install-artifact.outcome }}' == 'success' ] && \
116
[ '${{ steps.sanitize.outcome }}' == 'success' ] && \
117
echo 'true' || echo 'false')
118
+ os=$(echo "${{ matrix.os }}" | awk -F- '{ print $1 }')
119
+
120
121
122
curl -X POST -H "X-API-KEY: $DASH_AUTH" -H "Content-Type: application/json" -d \
123
"{\"id\":\"$(echo "${{ github.repository }}" | awk -F/ '{ print $2 }')\",\
124
\"github_ref\":\"${{ github.sha }}\",\
125
\"url\":\"https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}\",\
126
+ \"os\":\"$os\",\
127
\"build\":$build_status,\
128
\"binary\":$binary_status}"\
129
https://sofa-framework.org:5000/api/v1/plugins
0 commit comments