Skip to content

Commit

Permalink
Merge pull request #9849 from Expensify/Rory-FixUpdateProtectedBranch
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham authored Jul 12, 2022
2 parents 0e06a9b + 7ceed5b commit 3d86b5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/composite/updateProtectedBranch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,14 @@ runs:
with:
GPG_PASSPHRASE: ${{ inputs.GPG_PASSPHRASE }}

- name: Checkout source branch
- name: Update target and source branches
shell: bash
run: |
git fetch
git checkout ${{ env.TARGET_BRANCH }}
git merge origin/${{ env.TARGET_BRANCH }}
git checkout ${{ env.SOURCE_BRANCH }}
git merge origin/${{ env.SOURCE_BRANCH }}
- name: Set New Version
shell: bash
Expand Down

0 comments on commit 3d86b5c

Please sign in to comment.