Fixed ensure SHA

This commit is contained in:
Pinyoo Thotaboot
2025-05-22 15:01:08 +07:00
parent 48c29c9ffa
commit 000f0ba93e

View File

@ -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,