Skip to content

Commit 69d2b7b

Browse files
authored
change notify step according to changes made to REST API of server (#336)
1 parent 7ff3218 commit 69d2b7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ jobs:
142142
DASH_AUTH: ${{ secrets.PLUGIN_DASH }}
143143
shell: bash
144144
run: |
145+
os=$(echo "${{ matrix.os }}" | awk -F- '{ print $1 }')
146+
145147
test_status=$([ '${{ steps.unit-tests.outcome }}' == 'success' ] && \
146148
echo 'true' || echo 'false')
147149
@@ -158,6 +160,7 @@ jobs:
158160
"{\"id\":\"$(echo "${{ github.repository }}" | awk -F/ '{ print $2 }')\",\
159161
\"github_ref\":\"${{ github.sha }}\",\
160162
\"url\":\"https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}\",\
163+
\"os\":\"$os\",\
161164
\"build\":$build_status,\
162165
\"tests\":$test_status,\
163166
\"binary\":$binary_status}"\

0 commit comments

Comments
 (0)