Skip to content

Commit 87154cc

Browse files
(actions) use brackets for env vars (#32)
1 parent 627c4da commit 87154cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
BRANCH=${GITHUB_BASE_REF:-${GITHUB_REF}}
3737
mkdir -p ${HOME}/.ssh
3838
ssh-keyscan -t rsa -H "github.com" 2>&1 | tee -a "${HOME}"/.ssh/known_hosts
39-
.ci/install.bash --branch=$BRANCH --sl=ed --sl=geolib2 --sl=rgbd # (In)direct deps of ed_object_models, but we don't need to build it
39+
.ci/install.bash --branch=${BRANCH} --sl=ed --sl=geolib2 --sl=rgbd # (In)direct deps of ed_object_models, but we don't need to build it
4040
- name: Script
4141
run: .ci/script.bash
4242
- name: Before Deploy

0 commit comments

Comments
 (0)