Skip to content

Commit bd5aea5

Browse files
authored
ci: fix missing }} to close expression
1 parent fdd9ef4 commit bd5aea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: Ortus-Solutions/setup-commandbox@v2.0.1
7070

7171
- name: Update Commandbox Boxlang Module
72-
if: ${{ matrix.cfengine == 'boxlang@1'
72+
if: ${{ matrix.cfengine == 'boxlang@1' }}
7373
run:
7474
box install --force commandbox-boxlang
7575

0 commit comments

Comments
 (0)