From b3b858db885081783e48c45e11bb7dd65776b5b2 Mon Sep 17 00:00:00 2001 From: cicdguy <26552821+cicdguy@users.noreply.github.com> Date: Mon, 20 Nov 2023 08:54:29 -0600 Subject: [PATCH] chore: Change committer info --- .github/workflows/spelling.yaml | 4 ++-- .github/workflows/version-bump.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/spelling.yaml b/.github/workflows/spelling.yaml index c7669979..305a8773 100644 --- a/.github/workflows/spelling.yaml +++ b/.github/workflows/spelling.yaml @@ -114,7 +114,7 @@ jobs: with: commit_message: "[skip actions] Update WORDLIST" file_pattern: "${{ steps.file-pattern.outputs.file-pattern }}" - commit_user_name: insights-engineering-bot + commit_user_name: github-actions commit_user_email: >- - 68416928+insights-engineering-bot@users.noreply.github.com + 41898282+github-actions[bot]@users.noreply.github.com continue-on-error: true diff --git a/.github/workflows/version-bump.yaml b/.github/workflows/version-bump.yaml index eeaea5c6..8e513baf 100644 --- a/.github/workflows/version-bump.yaml +++ b/.github/workflows/version-bump.yaml @@ -148,7 +148,7 @@ jobs: with: commit_message: "[skip actions] Bump version to ${{ env.NEW_PKG_VERSION }}" file_pattern: "${{ steps.file-pattern.outputs.file-pattern }}" - commit_user_name: insights-engineering-bot + commit_user_name: github-actions commit_user_email: >- - 68416928+insights-engineering-bot@users.noreply.github.com + 41898282+github-actions[bot]@users.noreply.github.com continue-on-error: true