diff --git a/.github/workflows/detection-testing.yml b/.github/workflows/detection-testing.yml index 4c23747d83..9b1a778c7f 100644 --- a/.github/workflows/detection-testing.yml +++ b/.github/workflows/detection-testing.yml @@ -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