Skip to content

Commit 37abb83

Browse files
Update
1 parent f38de7e commit 37abb83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/demodeploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
with:
1616
node-version: '16'
1717
- run: npm ci
18+
- run: git config --global user.email "heppokofrontend@gmail.com"
19+
- run: git config --global user.name "heppokofrontend"
1820
- run: npm run deploy:demo
1921
- uses: paambaati/codeclimate-action@v2.7.5
2022
env:

0 commit comments

Comments
 (0)