Skip to content

Commit d24525d

Browse files
Merge pull request #11 from rhobs/test_wf
update
2 parents 9bdcbae + 9089e39 commit d24525d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rhobs-obs-api-sync.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
- name: Sync with upstream/main
2828
run: |
2929
git fetch upstream main
30-
git checkout -B main origin/main
30+
git checkout -B synced-main origin/main
3131
git merge upstream/main
32-
git push origin main
32+
git push origin synced-main
3333
3434
- name: Clean up
3535
run: |

0 commit comments

Comments
 (0)