Skip to content

Commit

Permalink
Update format.yml (#2258)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Jul 22, 2024
1 parent b021bac commit f763c50
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 @@ -17,7 +17,7 @@ jobs:
- name: Run Ultralytics Formatting
uses: ultralytics/actions@main
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} # or secrets.GITHUB_TOKEN for automatically generated
token: ${{ secrets.PERSONAL_ACCESS_TOKEN || secrets.GITHUB_TOKEN }} # note GITHUB_TOKEN automatically generated
labels: true # autolabel issues and PRs
python: true # format Python code and docstrings
markdown: true # format Markdown
Expand Down

0 comments on commit f763c50

Please sign in to comment.