glenn-jocher commited on
Commit
c058a61
·
unverified ·
1 Parent(s): abb2a96

Update greetings.yml

Browse files

revert greeting change as PRs will now merge to master.

Files changed (1) hide show
  1. .github/workflows/greetings.yml +1 -1
.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/develop
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**.