Skip to content

Commit

Permalink
Adding upmerge workflow
Browse files Browse the repository at this point in the history
Signed-off-by: willdavsmith <[email protected]>
  • Loading branch information
willdavsmith committed Apr 15, 2024
1 parent e1c3025 commit 8f513be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upmerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
export SOURCE_BRANCH=${{ inputs.version }}
echo "Upmerging samples from $SOURCE_BRANCH to edge"
git fetch origin $SOURCE_BRANCH
git merge --no-commit origin/$SOURCE_BRANCH
git merge --no-commit origin/$SOURCE_BRANCH --allow-unrelated-histories
- name: Commit changes
run: |
git commit -m "Upmerge to edge"
Expand Down

0 comments on commit 8f513be

Please sign in to comment.