We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c9c13b + e0479fc commit 2ca8b2eCopy full SHA for 2ca8b2e
.github/workflows/ci.yml
@@ -133,12 +133,14 @@ jobs:
133
[ '${{ steps.install-artifact.outcome }}' == 'success' ] && \
134
[ '${{ steps.sanitize.outcome }}' == 'success' ] && \
135
echo 'true' || echo 'false')
136
+ os=$(echo "${{ matrix.os }}" | awk -F- '{ print $1 }')
137
138
139
curl -X POST -H "X-API-KEY: $DASH_AUTH" -H "Content-Type: application/json" -d \
140
"{\"id\":\"$(echo "${{ github.repository }}" | awk -F/ '{ print $2 }')\",\
141
\"github_ref\":\"${{ github.sha }}\",\
142
\"url\":\"https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}\",\
143
+ \"os\":\"$os\",\
144
\"build\":$build_status,\
145
\"tests\":$test_status,\
146
\"binary\":$binary_status}"\
0 commit comments