Skip to content

Commit

Permalink
chore: input defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
castdrian committed Nov 21, 2024
1 parent 19684f1 commit a78ebdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
workflow_dispatch:
inputs:
ipa_url:
default: ""
description: "Direct link to the decrypted IPA"
required: true
type: string
Expand All @@ -13,6 +14,7 @@ on:
required: true
type: boolean
is_testflight:
default: false
description: "TestFlight build"
required: true
type: boolean
Expand Down

0 comments on commit a78ebdf

Please sign in to comment.