david-oplatka commited on
Commit
039ea8e
·
unverified ·
1 Parent(s): 6a52ce6

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 origin/main HEAD
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: |