Nelson de Jesus commited on
Commit
364c6b3
·
unverified ·
1 Parent(s): fb23e6d

Update main.yml

Browse files

Trocar o comando do git push para usar HEAD:main

Files changed (1) hide show
  1. .github/workflows/main.yml +2 -2
.github/workflows/main.yml CHANGED
@@ -9,11 +9,11 @@ jobs:
9
  sync-to-hub:
10
  runs-on: ubuntu-latest
11
  steps:
12
- - uses: actions/checkout@v1
13
  with:
14
  fetch-depth: 0
15
  lfs: true
16
  - name: Push to Hugging Face Spaces
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
- run: git push https://necajesus:$HF_TOKEN@huggingface.co/spaces/necajesus/lexclara-chatbot main:main --force
 
9
  sync-to-hub:
10
  runs-on: ubuntu-latest
11
  steps:
12
+ - uses: actions/checkout@v4
13
  with:
14
  fetch-depth: 0
15
  lfs: true
16
  - name: Push to Hugging Face Spaces
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
+ run: git push https://necajesus:$HF_TOKEN@huggingface.co/spaces/necajesus/lexclara-chatbot HEAD:main --force