soutrik commited on
Commit
5e9f453
·
1 Parent(s): c983fe0
Files changed (1) hide show
  1. .github/workflows/main.yml +5 -0
.github/workflows/main.yml CHANGED
@@ -37,6 +37,11 @@ jobs:
37
  ---
38
  EOF
39
 
 
 
 
 
 
40
  - name: Push to hub
41
  run: |
42
  git add README.md
 
37
  ---
38
  EOF
39
 
40
+ - name: Configure Git identity
41
+ run: |
42
+ git config user.name "soutrik"
43
+ git config user.email "[email protected]"
44
+
45
  - name: Push to hub
46
  run: |
47
  git add README.md