Skip to content

Commit 402f17b

Browse files
Update .github/workflows/changerawr-sync.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 8163810 commit 402f17b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/changerawr-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
pr_title: prTitle,
3838
pr_url: prUrl,
3939
merged_at: context.payload.pull_request.merged_at,
40-
merged_by: context.payload.pull_request.merged_by.login
40+
merged_by: context.payload.pull_request.merged_by?.login || 'unknown'
4141
}
4242
};
4343

0 commit comments

Comments
 (0)