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
uses: actions/checkout@v3
with:
fetch-depth: 2
fetch-depth: 0
-
name: Install pipenv
run: |