From d504a366d9c86e5d2d4380910184ee630a9272fb Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 21 Aug 2021 14:58:05 +0100 Subject: [PATCH] Hopefully fixing it this time This is proving to be more of a PITA than I had expected. --- .github/workflows/downstream.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index b5e72dccf3..33365e0bba 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -17,10 +17,10 @@ jobs: steps: # Step 1: run a standard checkout action, provided by github - - name: Checkout main + - name: Checkout current development branch uses: actions/checkout@v2 with: - ref: main + ref: development # submodules: 'recursive' ### may be needed in your situation # Step 2: run this sync action - specify the upstream repo, upstream branch to sync with, and target sync branch