From 355b9276d0ed4a2add0263b78b5b64471958b27b Mon Sep 17 00:00:00 2001 From: Eric Theise Date: Wed, 10 Jul 2024 18:38:05 -0700 Subject: [PATCH] Part of https://github.com/OpenHistoricalMap/issues/issues/786, adjusting workflow. --- .github/workflows/ohm.upstream-sync.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ohm.upstream-sync.yml b/.github/workflows/ohm.upstream-sync.yml index e442b2e9..b155b19e 100644 --- a/.github/workflows/ohm.upstream-sync.yml +++ b/.github/workflows/ohm.upstream-sync.yml @@ -21,9 +21,9 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Delete previous sacrificial branch - run: | - git branch -D 'the-sacrifice' +# - name: Delete previous sacrificial branch +# run: | +# git branch -D 'the-sacrifice' - name: Create new sacrificial branch uses: peterjgrainger/action-create-branch@v3.0.0 with: