diff options
-rw-r--r-- | .github/workflows/copyright.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/copyright.yml b/.github/workflows/copyright.yml index 16bd43ea7..27e0bb457 100644 --- a/.github/workflows/copyright.yml +++ b/.github/workflows/copyright.yml @@ -1,5 +1,6 @@ name: ci/gh-actions/copyright on: + workflow_dispatch: schedule: - cron: '0 0 1 1 *' jobs: @@ -45,7 +46,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "Copyright: Update to ${{ env.YEAR }}" committer: GitHub <noreply@github.com> - author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> + author: copyCat <copy@Cat.com> signoff: false branch: bump-copyright-year delete-branch: true |