Eric Botti commited on
Commit
33ad7fa
1 Parent(s): ec2ecb9

added git config to action

Browse files
.github/workflows/push-to-huggingface.yaml CHANGED
@@ -21,6 +21,10 @@ jobs:
21
  with:
22
  fetch-depth: 0
23
  lfs: true
 
 
 
 
24
  - name: Update README
25
  run: |
26
  python scripts/update_readme.py
 
21
  with:
22
  fetch-depth: 0
23
  lfs: true
24
+ - name: Set up Git
25
+ run: |
26
+ git config --global user.email "githubaction@aiforbreakfast.com"
27
+ git config --global user.name "GitHub Action"
28
  - name: Update README
29
  run: |
30
  python scripts/update_readme.py