Skip to content

Commit c6c8065

Browse files
committed
fix exit value
1 parent 04e14f8 commit c6c8065

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-attest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
shell: bash
133133

134134
- name: Fail if validate failed
135-
if: steps.ec_validate.outcome != 'success'
135+
if: steps.validate.outcome != 'success'
136136
run: exit 1
137137
shell: bash
138138

0 commit comments

Comments
 (0)