Skip to content

Update Copyright

Update Copyright #7

Workflow file for this run

name: Update Copyright
on:
schedule:
- cron: "15 * * * *"
jobs:
update-licence-year:
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: ./actions/licence
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
licence-file: ./README.md