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 806311a commit 9330245Copy full SHA for 9330245
.github/workflows/node.js.yml
@@ -32,5 +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
36
- run: git commit -m 'deploy'
37
- run: git log
0 commit comments