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 9330245 commit e252f26Copy full SHA for e252f26
.github/workflows/node.js.yml
@@ -32,6 +32,6 @@ jobs:
32
- run: cd dist/
33
- run: git init
34
- run: git add -A
35
- - run: git config user.email kavishrmunjal@gmail.com
+ - run: git config user.name "Kavish" && git config user.email kavishrmunjal@gmail.com
36
- run: git commit -m 'deploy'
37
- run: git log
0 commit comments