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