From: Sebastián Ramírez Date: Wed, 1 Jan 2025 21:51:46 +0000 (+0000) Subject: 👷 Update GitHub action X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=343d0e62210123d10af77b35bd9f047908c1fe8c;p=thirdparty%2Ffastapi%2Ffastapi.git 👷 Update GitHub action --- diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index f569600298..e3684b1340 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -6,12 +6,15 @@ on: workflow_dispatch: inputs: debug_enabled: - description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)' + description: "Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)" required: false - default: 'false' + default: "false" # TODO: fix this pull_request: +env: + UV_SYSTEM_PYTHON: 1 + jobs: job: if: github.repository_owner == 'fastapi'