Skip to content

Commit 625c367

Browse files
committed
Test againg
1 parent 1ed8041 commit 625c367

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def sync_website_content(username, token, source_repo, source_folder, source_ref
7979
# Check if commits are signed
8080
checks = []
8181
for commit in pr.get_commits():
82+
print([commit.commit.verification.verified, signed_by, commit.commit.verification.payload])
8283
checks.append(commit.commit.verification.verified and signed_by in commit.commit.verification.payload)
8384

8485
if all(checks):

0 commit comments

Comments
 (0)