Skip to content

Commit 607097d

Browse files
Ultralytics Refactor https://ultralytics.com/actions (#2312)
Refactor code for speed and clarity Co-authored-by: UltralyticsAssistant <[email protected]>
1 parent 39b54d3 commit 607097d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Run Ultralytics Formatting
1919
uses: ultralytics/actions@main
2020
with:
21-
token: ${{ secrets._GITHUB_TOKEN || secrets.GITHUB_TOKEN}}
21+
token: ${{ secrets._GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
2222
labels: true # autolabel issues and PRs
2323
python: true # format Python code and docstrings
2424
prettier: true # format YAML, JSON, Markdown and CSS

0 commit comments

Comments
 (0)