Skip to content

Commit

Permalink
test action
Browse files Browse the repository at this point in the history
  • Loading branch information
Noahnc committed Oct 26, 2023
1 parent f33576e commit 4c2854b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrapatch/action/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def main(debug: bool, default_registry_domain: str, registry_secrets_string: str
log.info("No upgradable resources found.")
return

main_handler.update_resources(upgradable_resources, confirm=False, project_root=working_directory)
main_handler.update_resources(upgradable_resources, confirm=False, working_dir=working_directory, commit_changes=True)


def get_credentials_from_string(credentials_string: str) -> dict:
Expand Down

0 comments on commit 4c2854b

Please sign in to comment.