Skip to content

Commit

Permalink
Add update-copyright-years-in-license-file.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Jun 28, 2022
1 parent 7ef642f commit 0b5b1b0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/update-copyright-years-in-license-file.yml
@@ -0,0 +1,17 @@
name: Update copyright year in license file

on:
workflow_dispatch:
schedule:
- cron: "0 3 1 1 *"

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: FantasticFiasco/action-update-license-year@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0b5b1b0

Please sign in to comment.