Skip to content

Commit

Permalink
ci: Remove git config modification that isn't used.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Oct 18, 2023
1 parent fba95d1 commit 52bc247
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Modify Git configuration
run: git config advice.addIgnoredFile false
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 52bc247

Please sign in to comment.