From 53c6030b69c1e3358ee29230f657878ed896c92e Mon Sep 17 00:00:00 2001 From: Eric Theise Date: Fri, 13 Sep 2024 07:46:19 +0200 Subject: [PATCH] Re: https://github.com/OpenHistoricalMap/issues/issues/885, tweaks. --- .github/workflows/ohm.upstream-sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ohm.upstream-sync.yml b/.github/workflows/ohm.upstream-sync.yml index fe0741bf56..daa592e219 100644 --- a/.github/workflows/ohm.upstream-sync.yml +++ b/.github/workflows/ohm.upstream-sync.yml @@ -74,9 +74,9 @@ jobs: git branch --all | egrep 'main|master|sacrifice|candidate' - name: Make our scripts executable - run: chmod +x ./scripts/*.sh + run: chmod +x ./scripts/ohm/*.sh - name: Preserve upstream docs - run: ./scripts/preserve_upstream_docs.sh + run: ./scripts/ohm/preserve_upstream_docs.sh # - name: Start the merge # run: |