Skip to content

Commit 6af7eae

Browse files
committed
fix
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
1 parent 9089e39 commit 6af7eae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Sync with upstream/main
2828
run: |
2929
git fetch upstream main
30-
git checkout -B synced-main origin/main
30+
git checkout -B synced-main origin/synced-main
3131
git merge upstream/main
3232
git push origin synced-main
3333

0 commit comments

Comments
 (0)