mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +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):
|
if not is_valid_file(file_path):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if file_path:
|
if file_path and self.sha:
|
||||||
try:
|
try:
|
||||||
content = self.repo_api.get_file_content(
|
content = self.repo_api.get_file_content(
|
||||||
owner=self.owner,
|
owner=self.owner,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue