Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Jan 8, 2025
1 parent 4ee2c3a commit e5e3a66
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 @@ -42,7 +42,7 @@ jobs:
fetch-depth: 0
# 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"
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"
# Create PR
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
Expand Down

0 comments on commit e5e3a66

Please sign in to comment.