From dbc5b28b64e67e8cf93a8473e7d64e94fa0731ab Mon Sep 17 00:00:00 2001 From: caelansar <819711623@qq.com> Date: Thu, 4 Apr 2024 16:15:10 +0800 Subject: [PATCH] chore: add workflow --- .github/workflows/license.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/license.yml diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml new file mode 100644 index 0000000..0ec7da2 --- /dev/null +++ b/.github/workflows/license.yml @@ -0,0 +1,14 @@ +name: Update copyright year(s) in license file + +on: workflow_dispatch + +jobs: + run: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 + - uses: FantasticFiasco/action-update-license-year@v3 + with: + token: ${{ secrets.TOKEN }}