Skip to content

Commit 1d48288

Browse files
authored
Merge pull request #61001 from Expensify/Rory-FixCPRepoCheck
[No QA] Fix some places that make CPs not work in App-Test-Fork
2 parents ad15a5b + 851fa9b commit 1d48288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cherryPick.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fetch-depth: 0
4646

4747
- name: Checkout staging branch without full history if cherry picking App
48-
if: ${{ steps.getPRInfo.outputs.REPO_FULL_NAME == 'Expensify/App' }}
48+
if: ${{ steps.getPRInfo.outputs.REPO_FULL_NAME == github.repository }}
4949
# v4
5050
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
5151
with:
@@ -77,7 +77,7 @@ jobs:
7777
SEMVER_LEVEL: "PATCH"
7878

7979
- name: Fetch history of relevant refs if cherry picking an App change
80-
if: ${{ steps.getPRInfo.outputs.REPO_FULL_NAME == 'Expensify/App' }}
80+
if: ${{ steps.getPRInfo.outputs.REPO_FULL_NAME == github.repository }}
8181
run: |
8282
git fetch origin main staging --no-recurse-submodules --no-tags --shallow-exclude ${{ steps.getPreviousVersion.outputs.PREVIOUS_VERSION }}
8383
cd Mobile-Expensify

0 commit comments

Comments
 (0)