Update greetings.yml

revert greeting change as PRs will now merge to master.
This commit is contained in:
Glenn Jocher 2021-06-08 10:11:06 +02:00 committed by GitHub
parent abb2a96e91
commit c058a61e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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**.