Skip to content

Commit c4d39cb

Browse files
committed
Use correct repo in gh search prs comman ind redis_docs_sync workflow
1 parent b1c89b5 commit c4d39cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/redis_docs_sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
fi
9090
9191
# If a pr is not already open, create one
92-
gh search prs -R redis-learn/docs --state open --match title "redis docs ${RELEASE}" | grep -q "redis docs ${RELEASE}"
92+
gh search prs -R redis/docs --state open --match title "redis docs ${RELEASE}" | grep -q "redis docs ${RELEASE}"
9393
if [ "$?" -eq 1 ]; then
9494
gh pr create \
9595
--body "redis docs sync ${RELEASE}" \

0 commit comments

Comments
 (0)