Skip to content

Commit

Permalink
try safe directory
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Feb 29, 2024
1 parent 7b7e707 commit 10ee913
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- name: Add safe.directory
run: sh -c "git config --global --add safe.directory $PWD"
run: git config --system --add safe.directory '*'
- name: Apply dependency override
if: ${{ inputs.package == 'flutter' }}
working-directory: ${{ inputs.package }}
Expand Down

0 comments on commit 10ee913

Please sign in to comment.