mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
Fixed ensure SHA
This commit is contained in:
parent
48c29c9ffa
commit
000f0ba93e
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ class GiteaProvider(GitProvider):
|
|||
if not is_valid_file(file_path):
|
||||
continue
|
||||
|
||||
if file_path:
|
||||
if file_path and self.sha:
|
||||
try:
|
||||
content = self.repo_api.get_file_content(
|
||||
owner=self.owner,
|
||||
|
|
|
|||
Loading…
Reference in a new issue