Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Nov 11, 2023
1 parent 53ef297 commit c0ef2cf
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 @@ -55,7 +55,7 @@ jobs:
- name: Update the year in the copyright tag in the fixed file
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "\* @copyright 20[0-9]{2} Squiz Pty Ltd \(ABN 77 084 670 600\)"
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)"
include: "src/Standards/Squiz/Tests/Commenting/FileCommentUnitTest.1.*.fixed"
regex: true
Expand Down

0 comments on commit c0ef2cf

Please sign in to comment.