mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-04 02:54:40 +00:00
chore: Configure git user in alpha.yml workflow
This commit is contained in:
10
.github/workflows/alpha.yml
vendored
10
.github/workflows/alpha.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user