david-oplatka commited on
Commit
1289a5a
·
unverified ·
1 Parent(s): 1979a0b

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 "${changed_files}"
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: