We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6b95fc + c4d39cb commit 3ab10eaCopy full SHA for 3ab10ea
.github/workflows/redis_docs_sync.yaml
@@ -89,7 +89,7 @@ jobs:
89
fi
90
91
# 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}"
+ gh search prs -R redis/docs --state open --match title "redis docs ${RELEASE}" | grep -q "redis docs ${RELEASE}"
93
if [ "$?" -eq 1 ]; then
94
gh pr create \
95
--body "redis docs sync ${RELEASE}" \
0 commit comments