Browse Source

Update greetings.yml

revert greeting change as PRs will now merge to master.
modifyDataloader
Glenn Jocher GitHub 3 years ago
parent
commit
c058a61e3b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/greetings.yml

+ 1
- 1
.github/workflows/greetings.yml 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**.

Loading…
Cancel
Save