fix fetch depth on workflow

This commit is contained in:
Damien Ostler 2024-01-07 00:26:21 -05:00
parent 9e4bd93b64
commit e6ac4e9a76

View File

@ -111,8 +111,10 @@ jobs:
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Get branch name
id: get_branch