From 33d5003d4c76afd37b3b78819eb4d22ea9062c31 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Thu, 12 Aug 2021 22:41:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/sync-deployment-branches.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-deployment-branches.yml b/.github/workflows/sync-deployment-branches.yml index 82d61122..431cf5d2 100644 --- a/.github/workflows/sync-deployment-branches.yml +++ b/.github/workflows/sync-deployment-branches.yml @@ -17,7 +17,7 @@ jobs: id: sync uses: aormsby/Fork-Sync-With-Upstream-action@v3.0 with: - target_sync_branch: deploy_cloudflare + target_sync_branch: origin deploy_cloudflare target_repo_token: ${{ secrets.GITHUB_TOKEN }} upstream_sync_branch: master upstream_sync_repo: lissy93/dashy @@ -35,7 +35,7 @@ jobs: id: sync-psh uses: aormsby/Fork-Sync-With-Upstream-action@v3.0 with: - target_sync_branch: deploy_platform-sh + target_sync_branch: origin/deploy_platform-sh target_repo_token: ${{ secrets.GITHUB_TOKEN }} upstream_sync_branch: master upstream_sync_repo: lissy93/dashy