Skip to content

Update Copyright

Update Copyright #2

Workflow file for this run

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