Fix Commit User Name and Email (#592)

[SKIP]
This commit is contained in:
Integer Limit 2024-01-03 21:37:32 +11:00 committed by GitHub
parent 0501f114f5
commit cecedb1c1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -111,9 +111,9 @@ jobs:
id: "commit-template"
with:
commit_message: "Upload Changelogs for Release ${{ inputs.tag }}"
commit_author: Nomi CEu Management <nomi-ceu-management@users.noreply.github.com>
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

View File

@ -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 <nomi-ceu-management@users.noreply.github.com>
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 <nomi-ceu-management@users.noreply.github.com>
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' }}