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 #48

Update copyright year in license files

Update copyright year in license files #48

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: |
./LICENSE.txt
./**/*.kt
./**/*.kts
./**/*.js
./**/*.css
./**/*.html
./**/*.properties
./*.properties
./*.kts