david-oplatka commited on
Commit
6605b17
·
unverified ·
1 Parent(s): 4812b9b

Update update_space_2.yaml

Browse files
.github/workflows/update_space_2.yaml CHANGED
@@ -35,6 +35,10 @@ jobs:
35
  echo "Changed files:"
36
  echo "${{ steps.changed_files.outputs.value }}"
37
 
 
 
 
 
38
  - name: Push changed files to Hugging Face
39
  env:
40
  HF_TOKEN: ${{ secrets.HF_TOKEN }} # Your Hugging Face token secret
 
35
  echo "Changed files:"
36
  echo "${{ steps.changed_files.outputs.value }}"
37
 
38
+ - name: Check Git Status
39
+ run: |
40
+ git status
41
+
42
  - name: Push changed files to Hugging Face
43
  env:
44
  HF_TOKEN: ${{ secrets.HF_TOKEN }} # Your Hugging Face token secret