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