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.
2 parents 2bfe749 + b632beb commit 60da387Copy full SHA for 60da387
.github/workflows/demodeploy.yml
@@ -15,6 +15,8 @@ jobs:
15
with:
16
node-version: '16'
17
- run: npm ci
18
+ - run: git config --global user.email "heppokofrontend@gmail.com"
19
+ - run: git config --global user.name "heppokofrontend"
20
- run: npm run deploy:demo
21
- uses: paambaati/codeclimate-action@v2.7.5
22
env:
0 commit comments