From 001f20f3de8c5bef371d072ed2488e0589ca75b3 Mon Sep 17 00:00:00 2001 From: Jeremy McCormick Date: Fri, 17 May 2024 17:22:54 -0500 Subject: [PATCH] Debug print branch name --- .github/workflows/build_and_deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_deploy.yaml b/.github/workflows/build_and_deploy.yaml index 7267690..973e327 100644 --- a/.github/workflows/build_and_deploy.yaml +++ b/.github/workflows/build_and_deploy.yaml @@ -27,7 +27,7 @@ jobs: - name: Extract branch name shell: bash - run: echo "BRANCH_NAME=${{ github.head_ref }} | sed 's/\//-/g')" >> $GITHUB_ENV + run: echo "BRANCH_NAME=$(echo ${{ github.head_ref }} | sed 's/\//-/g')" >> $GITHUB_ENV - name: Debug print branch name shell: bash