Add fetch depth

This commit is contained in:
Nick Alteen 2024-02-22 09:42:41 -05:00
parent d025e14228
commit b5dab93db9

View File

@ -20,6 +20,8 @@ jobs:
- name: Checkout
id: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
id: setup-node