Skip to content

Commit

Permalink
Merge pull request #1763 from Expensify/andrew-duplicate-branch
Browse files Browse the repository at this point in the history
Remove duplicate branch bug for staging
  • Loading branch information
roryabraham authored Mar 13, 2021
2 parents 824931c + 9d94d30 commit 7ce61f4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/preDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,6 @@ jobs:
body: Update version to ${{ steps.bumpVersion.outputs.NEW_VERSION }}
labels: automerge

- name: Create Pull Request (staging)
uses: peter-evans/create-pull-request@09b9ac155b0d5ad7d8d157ed32158c1b73689109
with:
token: ${{ secrets.OS_BOTIFY_TOKEN }}
author: OSBotify <reactnative@expensify.com>
base: staging
branch: version-bump-${{ github.sha }}
title: Update version to ${{ steps.bumpVersion.outputs.NEW_VERSION }} on staging
body: Update version to ${{ steps.bumpVersion.outputs.NEW_VERSION }}
labels: automerge

- name: Update StagingDeployCash
uses: Expensify/Expensify.cash/.github/actions/createOrUpdateStagingDeploy@master
with:
Expand Down

0 comments on commit 7ce61f4

Please sign in to comment.