diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d9e77e4d6d..21dfd78c8a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,8 +25,8 @@ jobs: - name: Setup git config run: | - git config user.name "GitHub Actions Bot" - git config user.email "<>" + git config user.name "github-actions[bot]" + git config user.email "github-actions[bot]@users.noreply.github.com" - name: Dry run if: ${{ github.event.inputs.dryrun == 'true' }}