Skip to content

Update copyright year(s) in license file #1

Update copyright year(s) in license file

Update copyright year(s) in license file #1

name: Update copyright year(s) in license file
on:
schedule:
- cron: '0 3 1 1 *' # 03:00 AM on January 1
workflow_dispatch:
jobs:
update-license-year:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:

Check failure on line 12 in .github/workflows/update-license-year.yaml

View workflow run for this annotation

GitHub Actions / Update copyright year(s) in license file

Invalid workflow file

The workflow is not valid. .github/workflows/update-license-year.yaml (Line: 12, Col: 14): Unexpected value ''
- uses: FantasticFiasco/action-update-license-year@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}