We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd29d6 commit 1214496Copy full SHA for 1214496
.github/workflows/deploy-docs.yml
@@ -9,6 +9,8 @@ jobs:
9
name: Build and Deploy Job
10
steps:
11
- uses: actions/checkout@v2
12
+ - run: git config --global user.email "[email protected]"
13
+ - run: git config --global user.name "Wassim Chegham"
14
- name: Setup Node.js environment
15
uses: actions/[email protected]
16
with:
@@ -20,4 +22,4 @@ jobs:
20
22
npm run deploy
21
23
env:
24
GITHUB_TOKEN: ${{ secrets.SWA_CLI_DEPLOY_DOCS_GH_PAGES }}
- GIT_USER: "Azure"
25
+ GIT_USER: "manekinekko"
0 commit comments