Skip to content

Update Copyright

Update Copyright #1

Workflow file for this run

---
name: Update Copyright
on:
schedule:
- cron: 0 3 1 1 *
jobs:
update-licence-year:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/licence@7c376cafcf8e0ced0e2ac20e88102325d2a886d8 # v0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
licence-file: ./LICENCE.txt