From 6981c2742af9030d7f30c0dc3f5c0bcf32588339 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Mon, 6 Jan 2025 21:25:12 +0100 Subject: [PATCH] Ultralytics Refactor https://ultralytics.com/actions (#13484) Refactor code for speed and clarity Co-authored-by: UltralyticsAssistant --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index b88eebcba45..b9b9107032f 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -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