Skip to content

Commit

Permalink
Merge pull request #2475 from get10101/fix/add-missing-meme-endpoint-…
Browse files Browse the repository at this point in the history
…input-argument

fix: Add missing meme endpoint workflow input
  • Loading branch information
holzeis committed Apr 25, 2024
2 parents 28e299f + dce2173 commit 817fcc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ios-fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ on:
required: true
description: "For regtest enter 'finance.get10101.app.test' or mainnet enter 'finance.get10101.app'"
type: string
meme_endpoint:
required: true
description: "The url where our memes are being hosted"
type: string
workflow_dispatch:
inputs:
electrs_endpoint:
Expand Down

0 comments on commit 817fcc3

Please sign in to comment.