Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testBuildHybrid.yml
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@ jobs:
const pullRequest = await github.rest.pulls.get({
owner: context.repo.owner,
repo: context.repo.repo,
pull_number: env.PULL_REQUEST_NUMBER,
pull_number: process.env.PULL_REQUEST_NUMBER,
});
const body = pullRequest.data.body;
2 changes: 1 addition & 1 deletion Mobile-Expensify

0 comments on commit f90c137

Please sign in to comment.