Merge pull request #230 from digitalocean/fix-license-date-futureproof
github-actions/license: make license year future-proof
This commit is contained in:
commit
49e6345cb6
|
@ -38,4 +38,4 @@ jobs:
|
|||
run: go build -o addlicense github.com/google/addlicense
|
||||
|
||||
- name: Check file licenses
|
||||
run: ./addlicense -c DigitalOcean -l apache -y 2022 --check .
|
||||
run: ./addlicense -c DigitalOcean -l apache -y $(date +"%Y") --check .
|
||||
|
|
Loading…
Reference in New Issue