Skip to content

Commit

Permalink
Merge pull request Expensify#47673 from Expensify/Rory-FasterCheckout…
Browse files Browse the repository at this point in the history
…InTestBuild

[No QA] Faster checkout in test builds
  • Loading branch information
techievivek authored Aug 20, 2024
2 parents 6334d36 + d9881ac commit 44a7516
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/testBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ jobs:
id: getHeadRef
run: |
set -e
gh pr checkout ${{ github.event.inputs.PULL_REQUEST_NUMBER }}
echo "REF=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
echo "REF=$(gh pr view ${{ github.event.inputs.PULL_REQUEST_NUMBER }} --json headRefOid --jq '.headRefOid')" >> "$GITHUB_OUTPUT"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 44a7516

Please sign in to comment.