From ef33b73df7f0fbcf01e402f0ac32cd292ce70ef5 Mon Sep 17 00:00:00 2001 From: "vimartin@redhat.com" Date: Fri, 16 Aug 2024 18:35:21 +0200 Subject: [PATCH] Debugging integration actions --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 3730a418..2966d5b6 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -65,8 +65,8 @@ jobs: run: | echo $GITHUB_HEAD_REF echo $GITHUB_REF - echo "${refs/heads/GITHUB_HEAD_REF}" - git ls-remote --exit-code --heads https://github.com/infrawatch/sg-bridge.git "$(echo ${refs/heads/GITHUB_HEAD_REF})" + echo "${refs/heads/$GITHUB_HEAD_REF}" + git ls-remote --exit-code --heads https://github.com/infrawatch/sg-bridge.git "$(echo ${refs/heads/$GITHUB_HEAD_REF})" - name: Start sg-bridge from container image if: steps.bridge_branch.outcome != 'success' run: |