Spaces:
Sleeping
Sleeping
Gusti Adli Anshari
commited on
Commit
•
6e6ff2c
1
Parent(s):
be81caf
update gha workflow
Browse files
.github/workflows/hf_space.yml
CHANGED
@@ -17,4 +17,4 @@ jobs:
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
-
run: git push https://gstdl:[email protected]/spaces/gstdl/rust-docker-demo-counter-api main
|
|
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
+
run: git commit -am "sync from github" && git push https://gstdl:[email protected]/spaces/gstdl/rust-docker-demo-counter-api main
|