We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad15a5b + 851fa9b commit 1d48288Copy full SHA for 1d48288
.github/workflows/cherryPick.yml
@@ -45,7 +45,7 @@ jobs:
45
fetch-depth: 0
46
47
- name: Checkout staging branch without full history if cherry picking App
48
- if: ${{ steps.getPRInfo.outputs.REPO_FULL_NAME == 'Expensify/App' }}
+ if: ${{ steps.getPRInfo.outputs.REPO_FULL_NAME == github.repository }}
49
# v4
50
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
51
with:
@@ -77,7 +77,7 @@ jobs:
77
SEMVER_LEVEL: "PATCH"
78
79
- name: Fetch history of relevant refs if cherry picking an App change
80
81
run: |
82
git fetch origin main staging --no-recurse-submodules --no-tags --shallow-exclude ${{ steps.getPreviousVersion.outputs.PREVIOUS_VERSION }}
83
cd Mobile-Expensify
0 commit comments