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

Update update_space_2.yaml

Browse files
.github/workflows/update_space_2.yaml CHANGED
@@ -46,8 +46,6 @@ jobs:
46
  changed_files="${{ steps.changed_files.outputs.value }}"
47
  echo "Files to push: $changed_files"
48
  for file in $changed_files; do
49
- git add $file
50
- git commit -m "Updating $file"
51
  git remote add ${{ matrix.space_name }} <https://huggingface.co/spaces/david-oplatka/$>{{ matrix.space_name }}.git
52
  git config --add remote.${{ matrix.space_name }}.oauth_token ${{ secrets.HF_TOKEN }}
53
  git push ${{ matrix.space_name }} main
 
46
  changed_files="${{ steps.changed_files.outputs.value }}"
47
  echo "Files to push: $changed_files"
48
  for file in $changed_files; do
 
 
49
  git remote add ${{ matrix.space_name }} <https://huggingface.co/spaces/david-oplatka/$>{{ matrix.space_name }}.git
50
  git config --add remote.${{ matrix.space_name }}.oauth_token ${{ secrets.HF_TOKEN }}
51
  git push ${{ matrix.space_name }} main