From ce142f589d7fbc098d664f4e4600c38129acac8c Mon Sep 17 00:00:00 2001 From: Andrew Lisowski Date: Mon, 23 Nov 2020 10:59:33 -0800 Subject: [PATCH] fix url pr-check uses for auto's CI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ea29a2993..e82817e83 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -78,7 +78,7 @@ jobs: at: ~/auto - run: name: Check for SemVer Label - command: yarn auto pr-check --url $CIRCLE_PULL_REQUEST + command: yarn auto pr-check --url $CIRCLE_BUILD_URL test: <<: *defaults