zhoudanxie
commited on
Commit
•
ab50f4b
1
Parent(s):
7b7d4e7
Rename workflow
Browse files
.github/workflows/actions.yml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
name:
|
2 |
|
3 |
on:
|
4 |
schedule:
|
@@ -23,7 +23,7 @@ jobs:
|
|
23 |
python -m pip install --upgrade pip
|
24 |
pip install --upgrade huggingface_hub
|
25 |
|
26 |
-
- name: execute py script # run
|
27 |
env:
|
28 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
29 |
run: python restart.py
|
|
|
1 |
+
name: Restart Hugging Face space
|
2 |
|
3 |
on:
|
4 |
schedule:
|
|
|
23 |
python -m pip install --upgrade pip
|
24 |
pip install --upgrade huggingface_hub
|
25 |
|
26 |
+
- name: execute py script # run .py
|
27 |
env:
|
28 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
29 |
run: python restart.py
|