Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier authored Nov 27, 2023
1 parent f5b673c commit a43277f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cci/update_from_upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ echo "${PR_IDS}"

echo ""
echo "Recently merged PR IDs from ${GIT_GITHUB_FORK_ACCOUNT}, according to the API:"
RECENT_PRS=$(gh pr list --limit 800 --state merged | grep -q $'\t'"${GIT_GITHUB_FORK_ACCOUNT}:")
RECENT_PRS=$(gh pr list --limit 800 --state merged | grep $'\t'"${GIT_GITHUB_FORK_ACCOUNT}:" || echo "no pr found from ${GIT_GITHUB_FORK_ACCOUNT}" 1>&2)
echo "${RECENT_PRS}"
echo ""

Expand Down

0 comments on commit a43277f

Please sign in to comment.