Skip to content

Commit 1214496

Browse files
authored
ci: fix GIT_USER
1 parent 7cd29d6 commit 1214496

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
name: Build and Deploy Job
1010
steps:
1111
- uses: actions/checkout@v2
12+
- run: git config --global user.email "[email protected]"
13+
- run: git config --global user.name "Wassim Chegham"
1214
- name: Setup Node.js environment
1315
uses: actions/[email protected]
1416
with:
@@ -20,4 +22,4 @@ jobs:
2022
npm run deploy
2123
env:
2224
GITHUB_TOKEN: ${{ secrets.SWA_CLI_DEPLOY_DOCS_GH_PAGES }}
23-
GIT_USER: "Azure"
25+
GIT_USER: "manekinekko"

0 commit comments

Comments
 (0)