Skip to content

Commit

Permalink
fix: CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Aug 29, 2024
1 parent 9c80dcf commit 6c7e327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2ePerformanceTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
id: getBaselineRef
run: |
previous_merge=$(git rev-list --merges HEAD~1 | head -n 1)
git checkout $previous_merge
echo $previous_merge
git checkout "$previous_merge"
echo "$previous_merge"
echo "BASELINE_REF=$previous_merge" >> "$GITHUB_OUTPUT"
- uses: Expensify/App/.github/actions/composite/buildAndroidE2EAPK@main
Expand Down

0 comments on commit 6c7e327

Please sign in to comment.