We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9089e39 commit 6af7eaeCopy full SHA for 6af7eae
.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