Spaces:
Runtime error
Runtime error
Update Hugging Face Hub sync workflow
Browse files
.github/workflows/{main.yml → hugging-face-hub-sync.yml}
RENAMED
@@ -1,7 +1,7 @@
|
|
1 |
-
name:
|
2 |
on:
|
3 |
push:
|
4 |
-
branches: [
|
5 |
# to run this workflow manually from the Actions tab
|
6 |
workflow_dispatch:
|
7 |
|
@@ -13,7 +13,7 @@ jobs:
|
|
13 |
with:
|
14 |
fetch-depth: 0
|
15 |
lfs: true
|
16 |
-
- name: Push to
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
-
run: git push https://KingZack:[email protected]/spaces/KingZack/ctp-slack-bot main
|
|
|
1 |
+
name: Hugging Face Hub Sync
|
2 |
on:
|
3 |
push:
|
4 |
+
branches: [alt]
|
5 |
# to run this workflow manually from the Actions tab
|
6 |
workflow_dispatch:
|
7 |
|
|
|
13 |
with:
|
14 |
fetch-depth: 0
|
15 |
lfs: true
|
16 |
+
- name: Push to Hugging Face Hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
+
run: git push https://KingZack:[email protected]/spaces/KingZack/ctp-slack-bot alt:main
|