Change fetch-depth to 0

This commit is contained in:
Edwin Jakobs
2023-04-18 23:48:58 +02:00
parent 796937cb13
commit 4d6b78b73c
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Checkout OPENRNDR repository
uses: actions/checkout@v3
with:
fetch-depth: 1
fetch-depth: 0
repository: openrndr/openrndr
path: ./openrndr
ref: master

View File

@@ -22,7 +22,7 @@ jobs:
- name: Checkout OPENRNDR repository
uses: actions/checkout@v3
with:
fetch-depth: 1
fetch-depth: 0
repository: openrndr/openrndr
path: ./openrndr
ref: master