mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
Update greetings.yml
revert greeting change as PRs will now merge to master.
This commit is contained in:
parent
abb2a96e91
commit
c058a61e3b
2
.github/workflows/greetings.yml
vendored
2
.github/workflows/greetings.yml
vendored
@ -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**.
|
||||
|
Loading…
x
Reference in New Issue
Block a user