Skip to content

Commit e256cd9

Browse files
committed
Try to fix syntax
1 parent c412f7d commit e256cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/common_quickstart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
${{ inputs.plist_src_path }} \
9595
${{ inputs.plist_dst_path }} \
9696
"$plist_secret"
97-
- name: Build ${{ inputs.product }} Quickstart (${{ inputs.quickstart_type }} / ${{ inputs.is_legacy && "Legacy" || "Non-Legacy" }})
97+
- name: Build ${{ inputs.product }} Quickstart (${{ inputs.quickstart_type }} / ${{ inputs.is_legacy && 'Legacy' || 'Non-Legacy' }})
9898
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
9999
env:
100100
LEGACY: ${{ inputs.is_legacy }}

0 commit comments

Comments
 (0)