Skip to content

Commit

Permalink
WIP: improve error title
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaso committed Apr 1, 2024
1 parent 1307f3e commit eb9879c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault_oidc_ssh_cert_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def _check_inputs() -> None:
if not missing_inputs:
return

title = "Missing Action inputs"
title = "Action configuration error"
message = f"Missing required input(s): {','.join(missing_inputs)}"
_set_error_message(title, message)
raise VoscaError(title)
Expand Down

0 comments on commit eb9879c

Please sign in to comment.