fix(action): return return value of client
This commit is contained in:
parent
79cb3de225
commit
906e8c8893
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue