Skip to content

Commit 050ed93

Browse files
Update auth
1 parent 980f7aa commit 050ed93

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr-preview.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
${{ runner.os }}-node-
2323
- name: Install dependencies
2424
run: npm ci
25+
- name: Configure git
26+
run: |
27+
28+
git config --global user.name "daniel-montalvo"
29+
git config --global user.email "users.noreply@github.com"
2530
- name: Build and deploy WAI update
2631
run: npm run pr:preview
2732
- name: Comment on PR with preview link

0 commit comments

Comments
 (0)