diff options
author | luigi1111 <luigi1111w@gmail.com> | 2024-01-18 18:07:51 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2024-01-18 18:07:51 -0500 |
commit | edff20040aa33be4bd1c7822505bed8684b45195 (patch) | |
tree | 96fb920fc849899b20de94bb60e20d955e9d502b | |
parent | Merge pull request #9103 (diff) | |
parent | workflows: enable manual run of copyright update (diff) | |
download | monero-edff20040aa33be4bd1c7822505bed8684b45195.tar.xz |
Merge pull request #9111
34e62d5 workflows: enable manual run of copyright update (plowsof)
dd978ee workflows: copyright commit author (plowsof)
-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 |