Skip to content

Commit

Permalink
Correct Reference to Repo Name
Browse files Browse the repository at this point in the history
  • Loading branch information
DougDyreng committed Mar 28, 2024
1 parent b711f34 commit f17242f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-review-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ jobs:
NEXT_MAJOR_VERSION_NO_PREFIX: ''

# Info for the repo we'll be testing git-version-lite against
TESTING_REPO: 'im-open/internal-repo-for-testing'
TESTING_REPO: 'im-open/internal-repo-for-testing-purple-actions'
TEST_BRANCH: 'my-test-branch'

# These is based on the fetch-depth not being set. git-version-lite starts from 0.0.0 when calculating the next version
Expand Down Expand Up @@ -396,7 +396,7 @@ jobs:
NEXT_MAJOR_VERSION_NO_PREFIX: ''

# Info for the repo we'll be testing git-version-lite against
TESTING_REPO: 'im-open/internal-repo-for-testing'
TESTING_REPO: 'im-open/internal-repo-for-testing-purple-actions'
TEST_BRANCH: 'my-test-branch'

# These NEXT tags are set based on the fetch-depth not being set, so
Expand Down Expand Up @@ -598,7 +598,7 @@ jobs:
NEXT_MAJOR_VERSION_NO_PREFIX: ''

# Info for the repo we'll be testing git-version-lite against
TESTING_REPO: 'im-open/internal-repo-for-testing'
TESTING_REPO: 'im-open/internal-repo-for-testing-purple-actions'
TEST_BRANCH: 'my-test-branch'

# All the remaining tags are for TESTING_REPO. If anything changes tag-wise in that repo, these values need to be updated.
Expand Down

0 comments on commit f17242f

Please sign in to comment.