Skip to content

Commit

Permalink
Maybe ?
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Nov 11, 2023
1 parent a0f0b62 commit 37ffd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/happy-new-year.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
id: findreplace
uses: jacobtomlinson/gha-find-replace@v3
with:
find: '@copyright 20[0-9]{2} Squiz Pty Ltd'
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"
include: "src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.1.*.fixed"
Expand Down

0 comments on commit 37ffd4f

Please sign in to comment.