Skip to content

Commit

Permalink
Now without the star
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Nov 11, 2023
1 parent a987677 commit cf4dba9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/happy-new-year.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
id: findreplace
uses: jacobtomlinson/gha-find-replace@v3
with:
find: '\* @copyright 20[0-9]{2} Squiz Pty Ltd'
# replace: "* @copyright ${{ steps.year.outputs.NEW_YEAR }} Squiz Pty Ltd"
replace: "\\* @copyright ${{ steps.year.outputs.NEW_YEAR }} Squiz Pty Ltd"
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)"
replace: " @copyright ${{ steps.year.outputs.NEW_YEAR }} Squiz Pty Ltd (ABN 77 084 670 600)"
include: "src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.1.*.fixed"
regex: true

Expand Down

0 comments on commit cf4dba9

Please sign in to comment.