nragrawal commited on
Commit
496a167
·
1 Parent(s): 82fadd0

Add GitHub Actions workflow

Browse files
Files changed (1) hide show
  1. .github/workflows/sync.yml +2 -2
.github/workflows/sync.yml CHANGED
@@ -1,4 +1,4 @@
1
- name: Sync to Hugging Face hub
2
  on:
3
  push:
4
  branches: [main]
@@ -14,4 +14,4 @@ jobs:
14
  run: |
15
  git config --global user.email "[email protected]"
16
  git config --global user.name "GitHub Actions"
17
- git push https://YOUR_USERNAME:[email protected]/spaces/YOUR_USERNAME/PROJECT_NAME main
 
1
+ name: Sync to Hugging Face hub for ImagenetResnetModel
2
  on:
3
  push:
4
  branches: [main]
 
14
  run: |
15
  git config --global user.email "[email protected]"
16
  git config --global user.name "GitHub Actions"
17
+ git push https://nragrawal:[email protected]/spaces/nragrawal/ImagenetResnetModel main