From 43495d9ee04c8901c98126dd587e3a8931fc4411 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sat, 11 Nov 2023 23:41:43 +0100 Subject: [PATCH] Try this --- .github/workflows/happy-new-year.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/happy-new-year.yml b/.github/workflows/happy-new-year.yml index aa99f0b16b..2c8e01e9be 100644 --- a/.github/workflows/happy-new-year.yml +++ b/.github/workflows/happy-new-year.yml @@ -58,8 +58,8 @@ jobs: with: # find: '\* @copyright 20[0-9]{2} Squiz Pty Ltd \(ABN 77 084 670 600\)' # replace: "* @copyright ${{ steps.year.outputs.NEW_YEAR }} Squiz Pty Ltd (ABN 77 084 670 600)" - find: 'copyright 20[0-9]{2} ' - replace: "copyright ${{ steps.year.outputs.NEW_YEAR }} " + find: 'copyright 20[0-9]{2} Squiz Pty Ltd' + replace: "copyright ${{ steps.year.outputs.NEW_YEAR }} Squiz Pty Ltd" include: "src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.1.*.fixed" regex: true