Skip to content

Commit 71970ae

Browse files
committed
fix
1 parent f240438 commit 71970ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ jobs:
131131
mkdir -p /tmp/pr-bot
132132
cd /tmp/pr-bot
133133
npm install --no-save @octokit/auth-app
134-
- run:
135-
name: "Post sticky PR comment: CI started"
134+
- run:
135+
name: "Post sticky PR comment: CI started"
136136
command: |
137137
NODE_PATH=/tmp/pr-bot/node_modules node scripts/post-pr-started.js || true
138138

0 commit comments

Comments
 (0)