Skip to content

Commit

Permalink
Create update-lisense-year.yaml (#570)
Browse files Browse the repository at this point in the history
* Create update-lisense-year.yaml

* Rename update-lisense-year.yaml to update-license-year.yaml
  • Loading branch information
kamiazya authored Feb 6, 2024
1 parent a7e737f commit 0a9e4b2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/update-license-year.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Update copyright year(s) in license file

on:
schedule:
- cron: '0 3 1 1 *' # 03:00 AM on January 1
workflow_dispatch:
jobs:
update-license-year:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: FantasticFiasco/action-update-license-year@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0a9e4b2

Please sign in to comment.