Skip to content

Commit

Permalink
Switch to github.event.pull_request.number
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch authored May 26, 2024
1 parent 164b067 commit 4290a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
run: bundle exec fastlane test

- name: Upload internal app sharing build
if: github.event.issue.number
run: bundle exec fastlane uploadToInternalAppSharing pr_number:${{ github.event.issue.number }}
if: github.event.pull_request.number
run: bundle exec fastlane uploadToInternalAppSharing pr_number:${{ github.event.pull_request.number }}
env:
GITHUB_API_BEARER_TOKEN: ${{ github.token }}
GOOGLE_PLAY_PRIVATE_KEY: ${{ secrets.GOOGLE_PLAY_PRIVATE_KEY }}
Expand Down

0 comments on commit 4290a6c

Please sign in to comment.