Skip to content

Commit

Permalink
Debugging integration actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vkmc committed Aug 16, 2024
1 parent 5882f02 commit ef33b73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit ef33b73

Please sign in to comment.