Skip to content

Commit

Permalink
fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
staszekscp committed Dec 13, 2022
1 parent eb67d06 commit c73f05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
body-include: 'Use the links below to test this build in android and iOS. Happy testing!'
number: ${{ github.event.number || github.event.inputs.pullRequestNumber }}
number: ${{ github.event.number || github.event.inputs.PULL_REQUEST_NUMBER }}
delete: true

- name: Publish links to apps for download
Expand Down

0 comments on commit c73f05c

Please sign in to comment.