Skip to content

Commit

Permalink
Chore: Add pull of branch after checkout [skip ci] (#36)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Watkins <[email protected]>
Signed-off-by: Modeseven Industrial Solutions <[email protected]>
  • Loading branch information
ModeSevenIndustrialSolutions authored Jul 8, 2024
1 parent 1e595ca commit e13ac99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e13ac99

Please sign in to comment.