diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 7937f89f3..443ef8dcb 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -9,8 +9,8 @@ permissions: env: BASE_CACHE_SUFFIX: base - BASE_BRANCH_NAME: main - BRANCH_NAME: feature/PI-855-add_sonar_code_coverage + BASE_BRANCH_NAME: ${{ github.event.pull_request.base.ref }} + BRANCH_NAME: ${{ github.event.pull_request.head.ref }} CI_ROLE_NAME: ${{ secrets.CI_ROLE_NAME }} BRANCH_GITHUB_SHA_SHORT: $(echo ${{ github.event.pull_request.head.sha }} | cut -c 1-7) TF_CLI_ARGS: -no-color diff --git a/CHANGELOG.md b/CHANGELOG.md index aa40baa96..0ee7c6dd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2025-03-19 +- [PI-858] Fix PR action + ## 2025-03-18 - [PI-761] Product Team name cannot be blank - [PI-850] Readme Review diff --git a/VERSION b/VERSION index 2e48bd7f0..c2b9df159 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2025.03.18 +2025.03.19 diff --git a/changelog/2025-03-19.md b/changelog/2025-03-19.md new file mode 100644 index 000000000..3d3a92f60 --- /dev/null +++ b/changelog/2025-03-19.md @@ -0,0 +1 @@ +- [PI-858] Fix PR action diff --git a/pyproject.toml b/pyproject.toml index fba0464aa..4d67769b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "connecting-party-manager" -version = "2025.03.18" +version = "2025.03.19" description = "Repository for the Connecting Party Manager API and related services" authors = ["NHS England"] license = "LICENSE.md"