Skip to content

Commit 57fd8f7

Browse files
committed
resolve conflicts
1 parent 512a130 commit 57fd8f7

File tree

4 files changed

+62
-78
lines changed

4 files changed

+62
-78
lines changed

.github/workflows/table.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ jobs:
2525
- run: python docs/update-readme-table.py
2626
- run: |
2727
git config --global user.name "UltralyticsAssistant"
28-
git config --global user.email "web@ultralytics.com"
28+
git config --global user.email "web@ultralytics.com"
2929
git add README.md
3030
git diff --staged --quiet || git commit -m "Update-table by by https://ultralytics.com/actions"
31-
git push || {
32-
echo "Push rejected due to branch protection (GH013). Skipping push."
33-
exit 0
34-
}
31+
git push

0 commit comments

Comments
 (0)