Skip to content

Commit

Permalink
Fix descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhpalp committed Jul 28, 2023
1 parent 59c0f07 commit cfaa01a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ on:
required: false
default: false
app_store_build_number:
description: "A unique build number that has to be greater than the last build number uploaded to the App Store."
description: "Build number for App Store"
type: number
required: true
play_store_increment_version_number:
description: "Increment the version number of the Android app bundle to one higher than the last uploaded version."
description: "Increment Play Store version number"
type: boolean
default: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
type: boolean
required: true
build_number:
description: "Upload to App Store"
description: "Build number for App Store"
type: number
required: true
workflow_dispatch:
Expand All @@ -31,7 +31,7 @@ on:
type: boolean
default: false
build_number:
description: "A unique build number that has to be greater than the last build number uploaded to the App Store."
description: "Build number for App Store"
type: number
required: true

Expand Down

0 comments on commit cfaa01a

Please sign in to comment.