Skip to content

Commit 9089e39

Browse files
committed
update
Signed-off-by: Coleen Iona Quadros <[email protected]>
1 parent 6b61d2f commit 9089e39

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)