Skip to content

Commit

Permalink
fix: move LFS configuration to the checkout step (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
parkerbxyz authored Oct 17, 2023
1 parent 27efe7d commit e6720d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ runs:
using: "composite"
steps:
- uses: actions/checkout@v4
with:
lfs: true
- name: git config user
shell: bash
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
with:
lfs: true
- name: Install pipenv
shell: bash
run: pip install --user pipenv
Expand Down

0 comments on commit e6720d0

Please sign in to comment.