Skip to content

Commit d908c47

Browse files
Updating condition on step
1 parent 14decde commit d908c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
python ./scripts/validate.py
2727

2828
- name: Check for errors
29-
if: steps.validate.outputs.errors != ""
29+
if: ${{ failure() }}
3030
run:
3131
echo "Error validating manifest $GITHUB_OUTPUT"

0 commit comments

Comments
 (0)