Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync with upstream
Browse files Browse the repository at this point in the history
Signed-off-by: popcorny <[email protected]>
popcornylu committed May 27, 2024
1 parent e1656c0 commit 04c1c76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/recce-prsync.yml
Original file line number Diff line number Diff line change
@@ -14,8 +14,6 @@ jobs:
steps:
- name: Checkout the repo
uses: actions/checkout@v3
with:
ref: dev

- name: Add Upstream remote
run: git remote add upstream https://github.com/opensource-observer/oso.git
@@ -24,7 +22,9 @@ jobs:
run: git fetch upstream

- name: Rebase from Upstream
run: git rebase upstream/main
run: |
git checkout dev
git rebase upstream/main
- name: Push changes
run: |

0 comments on commit 04c1c76

Please sign in to comment.