Update greetings.yml (#4856)
Browse files
.github/workflows/greetings.yml
CHANGED
@@ -18,7 +18,7 @@ jobs:
|
|
18 |
git remote add upstream https://github.com/ultralytics/yolov5.git
|
19 |
git fetch upstream
|
20 |
git checkout feature # <----- replace 'feature' with local branch name
|
21 |
-
git
|
22 |
git push -u origin -f
|
23 |
```
|
24 |
- ✅ Verify all Continuous Integration (CI) **checks are passing**.
|
|
|
18 |
git remote add upstream https://github.com/ultralytics/yolov5.git
|
19 |
git fetch upstream
|
20 |
git checkout feature # <----- replace 'feature' with local branch name
|
21 |
+
git merge upstream/master
|
22 |
git push -u origin -f
|
23 |
```
|
24 |
- ✅ Verify all Continuous Integration (CI) **checks are passing**.
|