From e13ac995d6c4901b2a70f9f3b3a78f280f83a02e Mon Sep 17 00:00:00 2001 From: Modeseven Industrial Solutions Date: Mon, 8 Jul 2024 11:38:14 +0100 Subject: [PATCH] Chore: Add pull of branch after checkout [skip ci] (#36) Signed-off-by: Matthew Watkins Signed-off-by: Modeseven Industrial Solutions --- .github/workflows/bootstrap.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bootstrap.yaml b/.github/workflows/bootstrap.yaml index 0663964..4c0d350 100644 --- a/.github/workflows/bootstrap.yaml +++ b/.github/workflows/bootstrap.yaml @@ -214,6 +214,7 @@ jobs: else # The -B flag swaps branch and creates it if NOT present git checkout -B "$AUTOMATION_BRANCH" + git pull upstream "$AUTOMATION_BRANCH" git pull fi