Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Update copyright year in license files #10

Update copyright year in license files

Update copyright year in license files #10

name: Update copyright year in license files
on:
schedule:
- cron: "0 3 1 1 *"
workflow_dispatch:
jobs:
update-license-year:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-dept: 0
- uses: FantasticFiasco/action-update-license-year@v2
with:
token: ${{secrets.GITHUB_TOKEN}}
path: |
./**/*.kt
./**/*.kts
./*.kts
./**/*.properties
./*.properties
./projector-plugin/src/main/resources/META-INF/plugin.xml
./**/*.html