Skip to content

Commit

Permalink
Update greetings.yml (ultralytics#4856)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Sep 18, 2021
1 parent 3470764 commit 6741a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down

0 comments on commit 6741a90

Please sign in to comment.