Browse Source

Update greetings.yml (#4856)

modifyDataloader
Glenn Jocher GitHub 3 years ago
parent
commit
9ef94940aa
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

@@ -18,7 +18,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/master
git merge upstream/master
git push -u origin -f
```
- ✅ Verify all Continuous Integration (CI) **checks are passing**.

Loading…
Cancel
Save