diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 4e502fe9a..ee4722971 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -16,7 +16,7 @@ jobs: git remote add upstream https://github.com/ultralytics/yolov5.git git fetch upstream git checkout feature # <----- replace 'feature' with local branch name - git rebase upstream/develop + git rebase upstream/master git push -u origin -f ``` - ✅ Verify all Continuous Integration (CI) **checks are passing**.