fix(action): return return value of client

This commit is contained in:
Richard Robert Reitz 2025-10-02 14:37:40 +02:00
parent 79cb3de225
commit 906e8c8893

View file

@ -29,6 +29,8 @@ main() {
# The CLI uses an interactive prompt, so we need to pipe "yes" to it. # The CLI uses an interactive prompt, so we need to pipe "yes" to it.
yes | "${cli_path}" apply "${args[@]}" yes | "${cli_path}" apply "${args[@]}"
exit $?
} }
main main