mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Ensure that we are checking out the remote branch we want to modify...
This commit is contained in:
@@ -66,7 +66,7 @@ jobs:
|
||||
REAL_BRANCH=$(git branch -a --contains $GITHUB_SHA | tail -n1 | cut -d'/' -f3)
|
||||
echo "REAL BRANCH NAME $REAL_BRANCH"
|
||||
echo "CHECKOUT CORRECT"
|
||||
git checkout $REAL_BRANCH
|
||||
git checkout remotes/origin/$REAL_BRANCH
|
||||
git branch
|
||||
|
||||
git config user.email "research@splunk.com"
|
||||
|
||||
Reference in New Issue
Block a user