diff --git a/.github/workflows/BUILD.yml b/.github/workflows/BUILD.yml index 59f39e4..f37f126 100644 --- a/.github/workflows/BUILD.yml +++ b/.github/workflows/BUILD.yml @@ -10,4 +10,4 @@ jobs: with: bun-version: latest - run: bun install && bun run build - - run: git config user.name github-actions[bot] && git config user.email 41898282+github-actions[bot]@users.noreply.github.com && git add . && git commit -m "This build was committed by a bot." && git push + - run: git config user.name github-actions[bot] && git config user.email github-actions[bot]@users.noreply.github.com && git add . && git commit -m "This build was committed by a bot." && git push