Skip to content

Commit 7a6475a

Browse files
authored
Merge pull request #20 from bakpaul/25_07_update_notify_dashboard
Change notify step according to changes made to REST API of server
2 parents 4a950f3 + 828176f commit 7a6475a

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
@@ -136,6 +136,8 @@ jobs:
136136
DASH_AUTH: ${{ secrets.PLUGIN_DASH }}
137137
shell: bash
138138
run: |
139+
os=$(echo "${{ matrix.os }}" | awk -F- '{ print $1 }')
140+
139141
test_status=$([ '${{ steps.unit-tests.outcome }}' == 'success' ] && \
140142
echo 'true' || echo 'false')
141143
@@ -152,6 +154,7 @@ jobs:
152154
"{\"id\":\"$(echo "${{ github.repository }}" | awk -F/ '{ print $2 }')\",\
153155
\"github_ref\":\"${{ github.sha }}\",\
154156
\"url\":\"https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}\",\
157+
\"os\":\"$os\",\
155158
\"build\":$build_status,\
156159
\"tests\":$test_status,\
157160
\"binary\":$binary_status}"\

0 commit comments

Comments
 (0)