We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b2da1 commit 3aea0abCopy full SHA for 3aea0ab
1 file changed
.github/actions/appleapp-road-test/action.yml
@@ -83,7 +83,7 @@ runs:
83
84
- name: Build Brownfield iOS native app (${{ inputs.variant }})
85
run: |
86
- yarn run build:example:ios-consumer:${{ startsWith(inputs.variant, 'expo') && 'expo' || inputs.variant }}
+ yarn run build:example:ios-consumer:${{ inputs.variant }}
87
shell: bash
88
89
# ==============
0 commit comments