diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 6edff59..a04cbe9 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -42,7 +42,7 @@ jobs: GIT_USER: git run: | git config --global user.email "wiki@nation3.org" - git config --global user.name "luisivan" + git config --global user.name "nation3" if [ -e yarn.lock ]; then yarn install --frozen-lockfile elif [ -e package-lock.json ]; then