We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aeac69 commit a61ac7bCopy full SHA for a61ac7b
1 file changed
.github/workflows/create-release.yml
@@ -20,7 +20,7 @@ defaults:
20
shell: bash
21
22
env:
23
- build-on: ${{ case(inputs.local-build, 'local', 'azdo') }}
+ build-on: ${{ case(inputs.local-build || false, 'local', 'azdo') }}
24
# build-on: local
25
node-version: 22
26
0 commit comments