Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Nov 11, 2023
1 parent b87027e commit 43495d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/happy-new-year.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 43495d9

Please sign in to comment.