We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d24525d + 6af7eae commit 4c39a81Copy full SHA for 4c39a81
.github/workflows/rhobs-obs-api-sync.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Sync with upstream/main
28
run: |
29
git fetch upstream main
30
- git checkout -B synced-main origin/main
+ git checkout -B synced-main origin/synced-main
31
git merge upstream/main
32
git push origin synced-main
33
0 commit comments