Skip to content

Commit

Permalink
[skip ci] fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Jan 11, 2025
1 parent 87581e1 commit f9bf87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/copyright-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# Update the copyright headers
- name: Find and Replace
run: |
grep -rlZE "Copyright 20[0-9]{2}" . | xargs -0 sed -i -e "s/Copyright \([0-9]{4}\)-\([0-9]{4}\)/Copyright \1-$(date +'%Y')/g"
grep -rlZE "Copyright 20[0-9]{2}" . | xargs -0 sed -i -E "s/Copyright ([0-9]{4})-([0-9]{4})/Copyright \1-$(date +'%Y')/g"
git diff
# Create PR
- name: Create Pull Request
Expand Down

0 comments on commit f9bf87e

Please sign in to comment.