Skip to content

Commit 5907491

Browse files
2 parents bfc80ce + d864d86 commit 5907491

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed
+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Update license year
2+
3+
name: Update license year
4+
5+
# Controls when the workflow will run
6+
on:
7+
schedule:
8+
- cron: '0 3 1 1 *' # 03:00 AM on January 1
9+
10+
workflow_dispatch:
11+
12+
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
13+
jobs:
14+
# This workflow contains a single job called "build"
15+
update-license-year:
16+
runs-on: ubuntu-latest
17+
steps:
18+
- uses: actions/checkout@v3
19+
with:
20+
fetch-depth: 0
21+
- uses: FantasticFiasco/action-update-license-year@v2
22+
with:
23+
token: ${{ secrets.GITHUB_TOKEN }}

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019-2022 JohnTheCoolingFan
1+
Copyright (c) 2019-2023 JohnTheCoolingFan
22

33
No Commercial Use - You are not allowed to make money off my work.
44
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.

0 commit comments

Comments
 (0)