Skip to content

Commit

Permalink
Merge pull request #57317 from software-mansion-labs/jnowakow/fix-lin…
Browse files Browse the repository at this point in the history
…ks-ci-adhoc-builds

[No QA] Set env variable to fix fastlane s3 uploading
  • Loading branch information
Julesssss authored Feb 24, 2025
2 parents 39c13eb + 2d7b094 commit 2d7417e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testBuildHybrid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
description: Pull Request number from Mobile-Expensify repo for correct placement of OD app. It will take precedence over MOBILE-EXPENSIFY from App's PR description if both specified. If nothing is specified defaults to Mobile-Expensify's main
required: false
default: ''

env:
# This variable is needed for fastlane to construct correct path
PULL_REQUEST_NUMBER: ${{ github.event.inputs.APP_PULL_REQUEST_NUMBER || github.event.inputs.HYBRIDAPP_PULL_REQUEST_NUMBER }}

jobs:
prep:
Expand Down

0 comments on commit 2d7417e

Please sign in to comment.