We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5882f02 commit ef33b73Copy full SHA for ef33b73
.github/workflows/integration.yml
@@ -65,8 +65,8 @@ jobs:
65
run: |
66
echo $GITHUB_HEAD_REF
67
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})"
+ 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})"
70
- name: Start sg-bridge from container image
71
if: steps.bridge_branch.outcome != 'success'
72
0 commit comments