Updates workflow to clone all history so changed-files can work (probably)

This commit is contained in:
Trenton H 2022-10-10 14:30:55 -07:00
parent 8025df5fe3
commit 8c06858807

View File

@ -103,7 +103,7 @@ jobs:
name: Checkout name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
fetch-depth: 2 fetch-depth: 0
- -
name: Install pipenv name: Install pipenv
run: | run: |