Spaces:
Sleeping
Sleeping
yml
Browse files
.github/workflows/rebuild-hf.yml
CHANGED
@@ -10,8 +10,8 @@ jobs:
|
|
10 |
runs-on: ubuntu-latest
|
11 |
|
12 |
steps:
|
13 |
-
|
14 |
-
|
15 |
|
16 |
- name: Debug rebuild - Update a dummy file
|
17 |
run: echo "$(date)" >> dummy.txt
|
@@ -22,4 +22,4 @@ jobs:
|
|
22 |
git config --global user.email "actions@github.com"
|
23 |
git add dummy.txt
|
24 |
git commit -m "Debug Rebuild Trigger: $(date)"
|
25 |
-
git push github
|
|
|
10 |
runs-on: ubuntu-latest
|
11 |
|
12 |
steps:
|
13 |
+
- name: Checkout repository
|
14 |
+
uses: actions/checkout@v4
|
15 |
|
16 |
- name: Debug rebuild - Update a dummy file
|
17 |
run: echo "$(date)" >> dummy.txt
|
|
|
22 |
git config --global user.email "actions@github.com"
|
23 |
git add dummy.txt
|
24 |
git commit -m "Debug Rebuild Trigger: $(date)"
|
25 |
+
git push github
|