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