Skip to content

Update license year

Update license year #3

name: Update license year
on:
workflow_dispatch:
schedule:
# Runs at 03:00 UTC on the 1st in Jan.
- cron: "0 3 1 1 *"
jobs:
update-license:
name: Update license year
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Update license year
uses: FantasticFiasco/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}