From 03a7f3e9026aa6bd6ddd1d870ae2555924186bb0 Mon Sep 17 00:00:00 2001 From: Eric Theise Date: Mon, 8 Jul 2024 13:22:57 -0700 Subject: [PATCH] Part of https://github.com/OpenHistoricalMap/issues/issues/786, adjusting workflow. --- .github/workflows/ohm.upstream-sync.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ohm.upstream-sync.yml b/.github/workflows/ohm.upstream-sync.yml index 6e7be28a..45a5f17a 100644 --- a/.github/workflows/ohm.upstream-sync.yml +++ b/.github/workflows/ohm.upstream-sync.yml @@ -17,6 +17,8 @@ jobs: steps: - name: Check out the repository to the runner uses: actions/checkout@v4 + with: + fetch-depth: 2 - name: Make the script files executable run: chmod +x ./scripts/upstream_sync.sh - name: Run sync script