Disable shallow clone

This commit is contained in:
Luke Tainton 2022-07-10 17:30:41 +01:00
parent 4e5a200539
commit 20c5357672
No known key found for this signature in database
GPG Key ID: ABEE10849773E353
2 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v4
with:

View File

@ -16,6 +16,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v4
with: