Spaces:
Sleeping
Sleeping
Update update_space_2.yaml
Browse files
.github/workflows/update_space_2.yaml
CHANGED
@@ -29,7 +29,7 @@ jobs:
|
|
29 |
run: |
|
30 |
git fetch origin
|
31 |
updated_files=$(git diff --name-only HEAD~1 HEAD || true)
|
32 |
-
echo "${
|
33 |
|
34 |
- name: Push only changed files (loop through each space)
|
35 |
env:
|
|
|
29 |
run: |
|
30 |
git fetch origin
|
31 |
updated_files=$(git diff --name-only HEAD~1 HEAD || true)
|
32 |
+
echo "${updated_files}"
|
33 |
|
34 |
- name: Push only changed files (loop through each space)
|
35 |
env:
|