♻️ 怎么还是限制死了是单引号的 (

This commit is contained in:
suyiiyii 2024-12-22 21:27:38 +08:00
parent 99c949691e
commit 0f1fe1515f
Signed by: suyiiyii
GPG Key ID: 044704CB29B8AD85

View File

@ -26,6 +26,6 @@ runs:
enable-cache: true
- name: Install dependencies
if: ${{ inputs.install-deps == "true" }}
if: ${{ inputs.install-deps == 'true' }}
run: uv sync --frozen
shell: bash