Spaces:
Sleeping
Sleeping
Add GitHub Actions workflow
Browse files
.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://
|
|
|
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
|