Skip to content

Commit a61ac7b

Browse files
authored
Fix case
1 parent 7aeac69 commit a61ac7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defaults:
2020
shell: bash
2121

2222
env:
23-
build-on: ${{ case(inputs.local-build, 'local', 'azdo') }}
23+
build-on: ${{ case(inputs.local-build || false, 'local', 'azdo') }}
2424
# build-on: local
2525
node-version: 22
2626

0 commit comments

Comments
 (0)