Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTheCoolingFan committed Jan 23, 2023
2 parents bfc80ce + d864d86 commit 5907491
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .github/workflows/update-license-year.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Update license year

name: Update license year

# Controls when the workflow will run
on:
schedule:
- cron: '0 3 1 1 *' # 03:00 AM on January 1

workflow_dispatch:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
update-license-year:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: FantasticFiasco/action-update-license-year@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2019-2022 JohnTheCoolingFan
Copyright (c) 2019-2023 JohnTheCoolingFan

No Commercial Use - You are not allowed to make money off my work.
No Modification - Although I can't stop you from looking at my code, you are not allowed to distribute anything altered, or derived from my code without expressed permission first.
Expand Down

0 comments on commit 5907491

Please sign in to comment.