Skip to content

Update year in license file #3

Update year in license file

Update year in license file #3

name: "Update year in license file"
on:
workflow_dispatch: {}
schedule:
- cron: "0 3 1 1 *" # January 1st, 3:00 AM
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: "Checkout"
with:
fetch-depth: 0
- uses: FantasticFiasco/action-update-license-year@e4432857e61361d140b4b5b02ece051ebfaa195b
name: "Update year in license file"
with:
token: ${{ secrets.GITHUB_TOKEN }}
path: "LICENSE.md"