Skip to content

Commit

Permalink
Merge branch 'master' into fix-deprecated-amp
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Jan 6, 2025
2 parents ba2a278 + 6981c27 commit c510954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Run Ultralytics Formatting
uses: ultralytics/actions@main
with:
token: ${{ secrets._GITHUB_TOKEN || secrets.GITHUB_TOKEN}}
token: ${{ secrets._GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
labels: true # autolabel issues and PRs
python: true # format Python code and docstrings
prettier: true # format YAML, JSON, Markdown and CSS
Expand Down

0 comments on commit c510954

Please sign in to comment.