Skip to content

Commit d32f641

Browse files
committed
Fix typo
1 parent fb2447e commit d32f641

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
@@ -230,7 +230,7 @@ jobs:
230230
"{\"id\":\"$(echo "${{ github.repository }}" | awk -F/ '{ print $2 }')\",\
231231
\"github_ref\":\"${{ github.sha }}\",\
232232
\"url\":\"https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}\",\
233-
\"build\":\"\$build_status\",\
233+
\"build\":\"$build_status\",\
234234
\"tests\":\"$test_status\",\
235235
\"binary\":\"$binary_status\"}"\
236236
https://sofa-framework.org:5000/api/v1/plugins

0 commit comments

Comments
 (0)