Skip to content

Commit 4c39a81

Browse files
Merge pull request #14 from rhobs/test_wf
fix
2 parents d24525d + 6af7eae commit 4c39a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)