We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b214748 commit 18ea30dCopy full SHA for 18ea30d
.github/workflows/check_extension_build_status.yml
@@ -28,5 +28,5 @@ jobs:
28
id: error_output
29
30
- name: Set the exit code
31
- if: env.has_errors
+ if: env.has_errors == 'false'
32
run: exit 1
0 commit comments