Skip to content

Commit bc2cd25

Browse files
authored
Ultralytics Refactor https://ultralytics.com/actions (#19)
Automated merge of Ultralytics Code Refactor
1 parent 2ff762b commit bc2cd25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
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 }} # note GITHUB_TOKEN automatically generated
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)