Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Feb 20, 2025
1 parent fed2e75 commit a0c8fde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-sample-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
description: "Name of the sample app to build"
required: true
type: string
app-identifier:
app_identifier:
description: "App identifier for the sample app"
required: true
type: string
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
repository_name: "React Native"
platform: "android"
app_name: ${{ inputs.app_name }}
app_identifier: ${{ inputs.app-identifier }}
app_identifier: ${{ inputs.app_identifier }}
build_version: "${{ env.APP_VERSION_NAME }} (${{ env.APP_VERSION_CODE }})"
firebase_distribution_groups: ${{ env.firebase_distribution_groups }}

Expand All @@ -290,6 +290,6 @@ jobs:
repository_name: "React Native"
platform: "ios"
app_name: ${{ inputs.app_name }}
app_identifier: ${{ inputs.app-identifier }}
app_identifier: ${{ inputs.app_identifier }}
build_version: "${{ env.APP_VERSION_NAME }} (${{ env.APP_VERSION_CODE }})"
firebase_distribution_groups: ${{ env.firebase_distribution_groups }}

0 comments on commit a0c8fde

Please sign in to comment.