Skip to content

Commit 6041f1e

Browse files
fix typo in notify commit status
1 parent 4833285 commit 6041f1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/devel-sofa-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Get status from package build
103103
shell: bash
104104
run: |
105-
if [[ "${{ needs.build-publish-sofa.result }}" == "success" && "${{ needs.build-publish-sofa-sofa-python3.result }}" == "success" ]]; then
105+
if [[ "${{ needs.build-publish-sofa.result }}" == "success" && "${{ needs.build-publish-sofa-python3.result }}" == "success" ]]; then
106106
echo "COMMIT_STATUS=success" >> $GITHUB_ENV
107107
else
108108
echo "COMMIT_STATUS=failure" >> $GITHUB_ENV

0 commit comments

Comments
 (0)