Skip to content

Commit

Permalink
Chore: Add pull after checkout of branch (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Watkins <[email protected]>
  • Loading branch information
ModeSevenIndustrialSolutions authored Jul 8, 2024
1 parent 7d4d882 commit 1e595ca
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
fi
# Only if NOT running in GitHub
Expand Down

0 comments on commit 1e595ca

Please sign in to comment.