From ebafc1c6691e5d00d1317c3f2372f7ab86a0c2cb Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 12 Sep 2022 22:54:44 +0100 Subject: [PATCH] Hopefully fixing it this time (#119) 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 b5e72dcc..33365e0b 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