Skip to content

test update-copyright #4

test update-copyright

test update-copyright #4

name: Update copyright year(s) in license file
on:
push:
branches:
- 'test/update-copyright'
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: test/update-copyright
fetch-depth: 0
- uses: FantasticFiasco/action-update-license-year@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: README.md
branchName: license/{{currentYear}}
commitTitle: update license
commitBody: Let's keep legal happy.
prTitle: Update copyright years in README.md file
prBody: It's that time of the year, let's update the license.