Update license year #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |