Skip to content

Commit

Permalink
fix: git config to support accents
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoro committed Jan 5, 2025
1 parent 2158ee0 commit bade7b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/index-collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Make sure the indexer is on the latest ref of the PR branch
- name: Make sure all git refs and configs are there
run: |
git config core.quotePath false
git fetch origin ${{ github.event.pull_request.head.ref }}:${{ github.event.pull_request.head.ref }}
git fetch origin main:main
git checkout ${{ github.event.pull_request.head.ref }}
Expand Down

0 comments on commit bade7b1

Please sign in to comment.