Skip to content

Commit 3c5b334

Browse files
committed
Fix typo
1 parent 563532e commit 3c5b334

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
"{\"id\":\"$(echo "${{ github.repository }}" | awk -F/ '{ print $2 }')\",\
177177
\"github_ref\":\"${{ github.sha }}\",\
178178
\"url\":\"https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}\",\
179-
\"build\":\"\$build_status\",\
179+
\"build\":\"$build_status\",\
180180
\"tests\":\"$test_status\",\
181181
\"binary\":\"$binary_status\"}"\
182182
https://sofa-framework.org:5000/api/v1/plugins

0 commit comments

Comments
 (0)