chore: Configure git user in alpha.yml workflow

This commit is contained in:
mauro 🤙
2024-05-09 18:57:33 +00:00
parent 18359ec16f
commit 32ae9d2e9b

View File

@@ -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