diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39833fdea..9f324d071 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -130,8 +130,8 @@ jobs: env: SHARED: ${{ matrix.shared }} run: | - git config user.name "hashcat-bot" - git config user.email "hashcat-bot@hashcat.net" + git config user.name "github-actions[bot]" + git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git add docs/hashcat-help.md git add docs/hashcat-example_hashes.md if ! git diff --cached --quiet; then