Skip to content

Commit a0c8fde

Browse files
committed
fix typo
1 parent fed2e75 commit a0c8fde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-sample-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
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 }}

0 commit comments

Comments
 (0)