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 c005aac + dc444a3 commit e420c83Copy full SHA for e420c83
.github/workflows/cherryPick.yml
@@ -179,3 +179,11 @@ jobs:
179
env:
180
GITHUB_TOKEN: ${{ secrets.OS_BOTIFY_TOKEN }}
181
PULL_REQUEST: ${{ steps.createPullRequest.outputs.pr_number }}
182
+
183
+ # Note: we only run this action if the PR was manually CP'd. Otherwise, the deploy checklist is updated from preDeploy.yml
184
+ - name: Update StagingDeployCash
185
+ if: ${{ github.actor != 'OSBotify' }}
186
+ uses: Expensify/App/.github/actions/createOrUpdateStagingDeploy@main
187
+ with:
188
+ GITHUB_TOKEN: ${{ secrets.OS_BOTIFY_TOKEN }}
189
+ NPM_VERSION: ${{ env.NEW_VERSION }}
0 commit comments