fix: typo force-depth -> fetch-depth

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
This commit is contained in:
Josh Richards
2025-09-01 12:51:32 -04:00
parent c03ef1c900
commit 7e31c6d7e1

View File

@@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
with:
force-depth: 0
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.10'
@@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
with:
force-depth: 0
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.10'
@@ -51,7 +51,7 @@ jobs:
steps:
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
with:
force-depth: 0
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.10'
@@ -74,7 +74,7 @@ jobs:
steps:
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
with:
force-depth: 0
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.10'