We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0823957 commit 39b54d3Copy full SHA for 39b54d3
.github/workflows/format.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Run Ultralytics Formatting
19
uses: ultralytics/actions@main
20
with:
21
- token: ${{ secrets._GITHUB_TOKEN }} # note GITHUB_TOKEN automatically generated
+ token: ${{ secrets._GITHUB_TOKEN || secrets.GITHUB_TOKEN}}
22
labels: true # autolabel issues and PRs
23
python: true # format Python code and docstrings
24
prettier: true # format YAML, JSON, Markdown and CSS
0 commit comments