Newer
Older
thu-learn-downloader-optimized / .github / workflows / license.yaml
@Qin Li Qin Li on 2 Mar 2023 484 bytes fix: fix filename (#29)
name: Update LICENSE Copyright Year(s)

on:
  schedule:
    - cron: 0 3 1 1 * # 03:00 AM on January 1

permissions:
  contents: write

jobs:
  license:
    name: Update LICENSE Copyright Year(s)
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v3
        with:
          fetch-depth: 0
      - name: Update LICENSE Copyright Year
        uses: FantasticFiasco/action-update-license-year@v2
        with:
          token: ${{ github.token }}