From 32ae9d2e9bbe783d94a5d99ab737fe3a15472a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mauro=20=F0=9F=A4=99?= Date: Thu, 9 May 2024 18:57:33 +0000 Subject: [PATCH] chore: Configure git user in alpha.yml workflow --- .github/workflows/alpha.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index d3067fe6b..fc30588d7 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -219,6 +219,11 @@ jobs: version: 8 run_install: false + - name: Setup git + run: | + git config --global user.email "mauro-balades@users.noreply.github.com" + git config --global user.name "mauro-balades" + - name: Install dependencies run: | pnpm i @@ -232,11 +237,6 @@ jobs: - name: Import run: pnpm import - - name: Setup git - run: | - git config --global user.email "mauro-balades@users.noreply.github.com" - git config --global user.name "mauro-balades" - - name: Setup For Windows run: | set -x