Skip to content

Commit

Permalink
Try slightly different variation
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Nov 11, 2023
1 parent a8eb30d commit d32ff7f
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: ' 20[0-9]{2} Squiz Pty Ltd'
replace: " ${{ steps.year.outputs.NEW_YEAR }} Squiz Pty Ltd"
find: 'copyright 20[0-9]{2} '
replace: "copyright ${{ steps.year.outputs.NEW_YEAR }}"
include: "src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.1.*.fixed"
regex: true

Expand Down

0 comments on commit d32ff7f

Please sign in to comment.