Skip to content

Commit ef33b73

Browse files
committed
Debugging integration actions
1 parent 5882f02 commit ef33b73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
run: |
6666
echo $GITHUB_HEAD_REF
6767
echo $GITHUB_REF
68-
echo "${refs/heads/GITHUB_HEAD_REF}"
69-
git ls-remote --exit-code --heads https://github.com/infrawatch/sg-bridge.git "$(echo ${refs/heads/GITHUB_HEAD_REF})"
68+
echo "${refs/heads/$GITHUB_HEAD_REF}"
69+
git ls-remote --exit-code --heads https://github.com/infrawatch/sg-bridge.git "$(echo ${refs/heads/$GITHUB_HEAD_REF})"
7070
- name: Start sg-bridge from container image
7171
if: steps.bridge_branch.outcome != 'success'
7272
run: |

0 commit comments

Comments
 (0)