You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With an incorrect service name, the step that includes this action does not fail, even though the relevant service is not updated.
In this particular case, the service name ends up evaluating to null because there is no environment variable service_name (if the service name is not null but simply incorrect, then an error is produced and failure results).
As the logs below show, because the service value evaluates to null, the action is called without any service name argument whatsoever. And so the service goes un-updated, but no failure is indicated.
Excerpt:
With an incorrect service name, the step that includes this action does not fail, even though the relevant service is not updated.
In this particular case, the service name ends up evaluating to
null
because there is no environment variableservice_name
(if the service name is notnull
but simply incorrect, then an error is produced and failure results).As the logs below show, because the service value evaluates to
null
, the action is called without any service name argument whatsoever. And so the service goes un-updated, but no failure is indicated.The text was updated successfully, but these errors were encountered: