mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Fixed up the tag naming for the --contains argument
This commit is contained in:
@@ -53,7 +53,7 @@ jobs:
|
||||
echo "Attempt 1"
|
||||
git branch -a --contains ${{ steps.vars.outputs.branch }}
|
||||
echo "Parsed branch name?"
|
||||
BRANCH_NAME=`git branch -a --contains c4efa7f01125809377dd3b8099dd0442766327af | head -n1 | cut -d' ' -f2`
|
||||
BRANCH_NAME=`git branch -a --contains ${{ steps.vars.outputs.branch }} | head -n1 | cut -d' ' -f2`
|
||||
echo "The branch name is....$BRANCH_NAME"
|
||||
# cd automated_detection_testing/ci/python_ci_code
|
||||
# python3 -m venv --clear venv
|
||||
|
||||
Reference in New Issue
Block a user