Skip to content

Commit 8b72828

Browse files
fix post
1 parent 3ed980d commit 8b72828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_cherrypick_poststep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo comment count: $count
4444
for (( i=0; i<$count; i++ ))
4545
do
46-
if [[ $(echo $comments | jq ".[$i].user.login" | sed 's/"//g') == "mssonicbld" ]];then
46+
if [[ $(echo $comments | jq ".[$i].author.login" | sed 's/"//g') == "mssonicbld" ]];then
4747
origin_pr_url=$(echo $comments | jq ".[$i].body" | sed 's/"//g' | sed 's/Original PR: //')
4848
break
4949
fi

0 commit comments

Comments
 (0)