From 4605b04f2bafcca068992920e47636c034fa0956 Mon Sep 17 00:00:00 2001 From: Eric Theise Date: Mon, 8 Jul 2024 13:16: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, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ohm.upstream-sync.yml b/.github/workflows/ohm.upstream-sync.yml index 2e41ecd7..e6385d8e 100644 --- a/.github/workflows/ohm.upstream-sync.yml +++ b/.github/workflows/ohm.upstream-sync.yml @@ -18,6 +18,6 @@ jobs: - name: Check out the repository to the runner uses: actions/checkout@v4 - name: Make the script files executable - run: chmod +x upstream_sync.sh + run: chmod +x ./scripts/upstream_sync.sh - name: Run sync script uses: ./scripts/upstream_sync.sh