Skip to content

Commit

Permalink
chore: update log message
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav committed Jan 4, 2025
1 parent 2f903f8 commit 534e2c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taf/auth_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ def commit_and_push(
f"Updated last_validated_commit to {new_commit}"
)
else:
self._log_warning(
"Default branch is None, skipping last_validated_commit update."
self._log_debug(
"Not pushing to the default branch, skipping last_validated_commit update."
)

def get_target(self, target_name, commit=None, safely=True) -> Optional[Dict]:
Expand Down

0 comments on commit 534e2c7

Please sign in to comment.