From af4d80c0a9fde6005574de0c6c4d3b513c570747 Mon Sep 17 00:00:00 2001 From: Doug Dyreng Date: Thu, 28 Mar 2024 12:14:12 -0600 Subject: [PATCH] Apparently the CLONE_DIR must be updated as well --- .github/workflows/build-and-review-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-review-pr.yml b/.github/workflows/build-and-review-pr.yml index 5abd954..b66a3bc 100644 --- a/.github/workflows/build-and-review-pr.yml +++ b/.github/workflows/build-and-review-pr.yml @@ -68,7 +68,7 @@ jobs: ORG: 'im-open' THIS_REPO: 'setup-deploy-keys' INTERNAL_REPO_TO_CLONE: 'im-open/internal-repo-for-testing-purple-actions' - INTERNAL_REPO_TO_CLONE_DIR: 'internal-repo-for-testing' + INTERNAL_REPO_TO_CLONE_DIR: 'internal-repo-for-testing-purple-actions' # The private key which will be used to clone the internal & empty deploy-keys-testing repo. # The repo does not contain anything sensitive, it is just marked as internal so the key can be tested here.