From c96c38f9481172d84449039ad462f821d74ce6cd Mon Sep 17 00:00:00 2001 From: Eric Theise Date: Mon, 8 Jul 2024 15:05:27 -0700 Subject: [PATCH] Part of https://github.com/OpenHistoricalMap/issues/issues/786, adjusting workflow. --- .github/workflows/ohm.upstream-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ohm.upstream-sync.yml b/.github/workflows/ohm.upstream-sync.yml index bc1603b0..9258ebb1 100644 --- a/.github/workflows/ohm.upstream-sync.yml +++ b/.github/workflows/ohm.upstream-sync.yml @@ -28,7 +28,7 @@ jobs: git config --global user.email "github-actions@users.noreply.github.com" git remote add upstream "${UPSTREAM}" git fetch upstream master - git branch -D the-sacrifice + git branch -D the-sacrifice &>/dev/null git checkout -b the-sacrifice - name: Make our script executable run: chmod +x ./scripts/upstream_sync.sh