From cecedb1c1e0291403ba900a5b941ef36d090e2d4 Mon Sep 17 00:00:00 2001 From: Integer Limit <103940576+IntegerLimit@users.noreply.github.com> Date: Wed, 3 Jan 2024 21:37:32 +1100 Subject: [PATCH] Fix Commit User Name and Email (#592) [SKIP] --- .github/workflows/createchangelog.yml | 6 +++--- .github/workflows/releasecommit.yml | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/createchangelog.yml b/.github/workflows/createchangelog.yml index 87b10ab..a130761 100644 --- a/.github/workflows/createchangelog.yml +++ b/.github/workflows/createchangelog.yml @@ -111,9 +111,9 @@ jobs: id: "commit-template" with: commit_message: "Upload Changelogs for Release ${{ inputs.tag }}" - commit_author: Nomi CEu Management - commit_user_name: Nomi CEu Management - commit_user_email: nomi-ceu-management@users.noreply.github.com + commit_author: nomi-ceu-management[bot] <155502507+nomi-ceu-management[bot]@users.noreply.github.com> + commit_user_name: nomi-ceu-management[bot] + commit_user_email: 155502507+nomi-ceu-management[bot]@users.noreply.github.com branch: ${{ inputs.branch }} create_branch: true diff --git a/.github/workflows/releasecommit.yml b/.github/workflows/releasecommit.yml index af82ae6..cfde6f9 100644 --- a/.github/workflows/releasecommit.yml +++ b/.github/workflows/releasecommit.yml @@ -110,9 +110,9 @@ jobs: if: ${{ !inputs.update_files }} with: commit_message: "${{ inputs.release_type }} ${{ inputs.tag }}\n\n[NO CATEGORY]" - commit_author: Nomi CEu Management - commit_user_name: Nomi CEu Management - commit_user_email: nomi-ceu-management@users.noreply.github.com + commit_author: nomi-ceu-management[bot] <155502507+nomi-ceu-management[bot]@users.noreply.github.com> + commit_user_name: nomi-ceu-management[bot] + commit_user_email: 155502507+nomi-ceu-management[bot]@users.noreply.github.com tagging_message: "${{ inputs.tag }}" - name: Commit and Push Update Changes @@ -121,9 +121,9 @@ jobs: if: ${{ inputs.update_files }} with: commit_message: "Update Issue, Server and RP Config Files from Templates\n\n[SKIP]" - commit_author: Nomi CEu Management - commit_user_name: Nomi CEu Management - commit_user_email: nomi-ceu-management@users.noreply.github.com + commit_author: nomi-ceu-management[bot] <155502507+nomi-ceu-management[bot]@users.noreply.github.com> + commit_user_name: nomi-ceu-management[bot] + commit_user_email: 155502507+nomi-ceu-management[bot]@users.noreply.github.com - name: Throw Error if No Changes were Detected if: ${{ steps.commit-release.outputs.changes_detected == 'false' || steps.commit-update.outputs.changes_detected == 'false' }}