Skip to content

Commit

Permalink
Merge branch 'main' into Rory-UseSetupNodeCache
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Jul 12, 2022
2 parents 6eedd58 + 23b98a7 commit 323554f
Show file tree
Hide file tree
Showing 59 changed files with 662 additions and 33,771 deletions.
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 ${{ inputs.TARGET_BRANCH }}
git merge origin/${{ inputs.TARGET_BRANCH }}
git checkout ${{ env.SOURCE_BRANCH }}
git merge origin/${{ env.SOURCE_BRANCH }}
- name: Set New Version
shell: bash
Expand Down
18 changes: 0 additions & 18 deletions .github/actions/getDeployPullRequestList/action.yml

This file was deleted.

This file was deleted.

Loading

0 comments on commit 323554f

Please sign in to comment.