From f39b33047e402cbec67386d6f53d2c2da253edcd Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Wed, 4 Aug 2021 11:15:04 -0700 Subject: [PATCH] Fixed up the tag naming for the --contains argument --- .github/workflows/detection-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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