From bb4c2bc9f8f3dad2b9cbf4b96e48d89864757417 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Tue, 4 Feb 2020 12:33:37 -0600 Subject: [PATCH] try thid --- .github/workflows/deploy-DEV.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-DEV.yml b/.github/workflows/deploy-DEV.yml index cbcfc2d7..013864cc 100644 --- a/.github/workflows/deploy-DEV.yml +++ b/.github/workflows/deploy-DEV.yml @@ -53,10 +53,17 @@ jobs: shell: bash run: .automation/upload-docker.sh + ####################### + # Get the branch name # + ####################### + - name: get the branch name + shell: bash + run: echo "::set-env name=BRANCH_NAME::$(echo ${GITHUB_REF#refs/heads/} | sed 's/\//_/g')" + ################################ # Run Linter against code base # ################################ - name: Run Test Cases - uses: docker://admiralawkbar/super-linter:${{ GITHUB_REF##*/ }} + uses: docker://admiralawkbar/super-linter:${{ BRANCH_NAME }} env: TEST_CASE_RUN: true