From 266ea8560b3c74a6199ef3e0d36ca386a1a3d16a Mon Sep 17 00:00:00 2001 From: Carly Gundy <47304080+cgundy@users.noreply.github.com> Date: Thu, 28 Nov 2024 09:49:27 +0100 Subject: [PATCH] test --- .github/workflows/container-base-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-base-images.yml b/.github/workflows/container-base-images.yml index 9759af106b3..3018f4bb44f 100644 --- a/.github/workflows/container-base-images.yml +++ b/.github/workflows/container-base-images.yml @@ -134,7 +134,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 with: - base: master + # base: master branch: base-image-refs-update-${{ env.DATE }} delete-branch: true title: "chore: Update Base Image Refs [${{ env.DATE }}]"