Browse Source

🔄 synced local '.github/workflows/update-copyright-years-in-license-file.yml' with remote 'general/.github/workflows/update-copyright-years-in-license-file.yml'

pull/28/head
dgibbs64 2 years ago
parent
commit
2b3da818ba
  1. 8
      .github/workflows/update-copyright-years-in-license-file.yml

8
.github/workflows/update-copyright-years-in-license-file.yml

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

Loading…
Cancel
Save