Skip to content

Commit c51ea05

Browse files
committed
End early
1 parent d58c4af commit c51ea05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-kat/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ runs:
3434
echo "Current PATH: $PATH"
3535
ls -l "$kat_binary_path"
3636
37-
echo "Installed kat version $(kat version)"
37+
echo "Installed kat version $(kat version)" || (echo "Failed to execute kat command" && exit 1)

0 commit comments

Comments
 (0)