mirageco commited on
Commit
51d3afa
1 Parent(s): 5c353d6

Edit main.yml to pull changes from HuggingFace

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -0
.github/workflows/main.yml CHANGED
@@ -14,6 +14,8 @@ jobs:
14
  with:
15
  fetch-depth: 0
16
  lfs: true
 
 
17
  - name: Pull latest changes from remote
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
 
14
  with:
15
  fetch-depth: 0
16
  lfs: true
17
+ - name: Configure Git to use merge for pull
18
+ run: git config pull.rebase false
19
  - name: Pull latest changes from remote
20
  env:
21
  HF_TOKEN: ${{ secrets.HF_TOKEN }}