Spaces:
Sleeping
Sleeping
Update update_space_2.yaml
Browse files
.github/workflows/update_space_2.yaml
CHANGED
@@ -37,7 +37,7 @@ jobs:
|
|
37 |
id: changed_files
|
38 |
run: |
|
39 |
git fetch origin
|
40 |
-
git diff --name-only
|
41 |
|
42 |
- name: Push only changed files (loop through each space)
|
43 |
run: |
|
|
|
37 |
id: changed_files
|
38 |
run: |
|
39 |
git fetch origin
|
40 |
+
git diff --name-only HEAD~1 HEAD
|
41 |
|
42 |
- name: Push only changed files (loop through each space)
|
43 |
run: |
|