From 1e595ca3d123fc1ee2b11e117a1136ee82d6c6ce Mon Sep 17 00:00:00 2001 From: Modeseven Industrial Solutions Date: Mon, 8 Jul 2024 11:33:45 +0100 Subject: [PATCH] Chore: Add pull after checkout of branch (#35) Signed-off-by: Matthew Watkins --- .github/workflows/bootstrap.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bootstrap.yaml b/.github/workflows/bootstrap.yaml index 3e1df48..0663964 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 fi # Only if NOT running in GitHub