From 4d6b78b73c12eb31bf17e6d21abc0b853d67ba08 Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Tue, 18 Apr 2023 23:48:58 +0200 Subject: [PATCH] Change fetch-depth to 0 --- .github/workflows/build.yml | 2 +- .github/workflows/generate-screenshots.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a8111653d..e632c19e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/generate-screenshots.yml b/.github/workflows/generate-screenshots.yml index f372a85ef..b79620666 100644 --- a/.github/workflows/generate-screenshots.yml +++ b/.github/workflows/generate-screenshots.yml @@ -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