Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Moshe Reubinoff committed Jul 20, 2023
1 parent a21394e commit 416c590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def main(time_sleep=TIME_SLEEP) -> bool:
env_status = get_environment_version(env_name, client)
while is_env_ready(env_status, app_version_label) is False and (time.time() - start) < timeout:
time.sleep(time_sleep)
env_status = get_environment_version(env_name, region)
env_status = get_environment_version(env_name, client)

set_output_env_vars(env_status)

Expand Down

0 comments on commit 416c590

Please sign in to comment.