Skip to content

Commit

Permalink
Add license date updater action
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHatherly committed Jan 2, 2024
1 parent 69926a5 commit 91ce70a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/LicenseUpdater.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Update license file

on:
workflow_dispatch:
schedule:
- cron: '0 3 1 1 *' # 03:00 AM on January 1

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

0 comments on commit 91ce70a

Please # to comment.