@ -1,6 +1,4 @@
---
name : Update copyright year(s) in license file
name : Update copyright year(s) in license file
on :
on :
workflow_dispatch:
workflow_dispatch:
schedule:
schedule:
@ -10,10 +8,12 @@ jobs:
update-license-year:
update-license-year:
runs-on : ubuntu-latest
runs-on : ubuntu-latest
steps:
steps:
- uses : actions/checkout@v3
- name : Checkout
uses : actions/checkout@v3
with:
with:
fetch-depth : 0
fetch-depth : 0
- uses : FantasticFiasco/action-update-license-year@v3
- name : Action Update License Year
uses : FantasticFiasco/action-update-license-year@v3
with:
with:
token : ${{ secrets.GITHUB_TOKEN }}
token : ${{ secrets.GITHUB_TOKEN }}
path : LICENSE.md
path : LICENSE.md