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.
1 parent dae9192 commit c6c9182Copy full SHA for c6c9182
.circleci/config.yml
@@ -143,7 +143,7 @@ jobs:
143
git diff origin/master --name-only --relative doc
144
if [ "`git diff origin/master --name-only --relative doc`" == "" ]; then echo "No update in doc directory found, exitting... "; circleci step halt; fi
145
echo "Found new commit on doc directory"
146
- - run: cd .circleci/ && git clone https://github.com/themadcreator/circle-github-bot.git
+ - run: cd .circleci/ && git clone https://github.com/k-okada/circle-github-bot.git
147
- run: cd .circleci/circle-github-bot && npm install
148
- run: cd .circleci/circle-github-bot && npm run build
149
- run: .circleci/github-pr-update.js
0 commit comments