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 5a77cac commit 5882f02
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 @@ -63,8 +63,8 @@ jobs:
id: bridge_branch
continue-on-error: true
run: |
echo GITHUB_HEAD_REF
echo GITHUB_REF
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})"
- name: Start sg-bridge from container image
Expand Down

0 comments on commit 5882f02

Please sign in to comment.