We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c412f7d commit e256cd9Copy full SHA for e256cd9
.github/workflows/common_quickstart.yml
@@ -94,7 +94,7 @@ jobs:
94
${{ inputs.plist_src_path }} \
95
${{ inputs.plist_dst_path }} \
96
"$plist_secret"
97
- - name: Build ${{ inputs.product }} Quickstart (${{ inputs.quickstart_type }} / ${{ inputs.is_legacy && "Legacy" || "Non-Legacy" }})
+ - name: Build ${{ inputs.product }} Quickstart (${{ inputs.quickstart_type }} / ${{ inputs.is_legacy && 'Legacy' || 'Non-Legacy' }})
98
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
99
env:
100
LEGACY: ${{ inputs.is_legacy }}
0 commit comments