File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 description : " Name of the sample app to build"
88 required : true
99 type : string
10- app-identifier :
10+ app_identifier :
1111 description : " App identifier for the sample app"
1212 required : true
1313 type : string
@@ -274,7 +274,7 @@ jobs:
274274 repository_name : " React Native"
275275 platform : " android"
276276 app_name : ${{ inputs.app_name }}
277- app_identifier : ${{ inputs.app-identifier }}
277+ app_identifier : ${{ inputs.app_identifier }}
278278 build_version : " ${{ env.APP_VERSION_NAME }} (${{ env.APP_VERSION_CODE }})"
279279 firebase_distribution_groups : ${{ env.firebase_distribution_groups }}
280280
@@ -290,6 +290,6 @@ jobs:
290290 repository_name : " React Native"
291291 platform : " ios"
292292 app_name : ${{ inputs.app_name }}
293- app_identifier : ${{ inputs.app-identifier }}
293+ app_identifier : ${{ inputs.app_identifier }}
294294 build_version : " ${{ env.APP_VERSION_NAME }} (${{ env.APP_VERSION_CODE }})"
295295 firebase_distribution_groups : ${{ env.firebase_distribution_groups }}
You can’t perform that action at this time.
0 commit comments