♻️ 为什么会报这个错误呢 /home/runner/work/nonebot-bison/nonebot-bison/./.github/actions/setup-python/action.yml (Line: 28, Col: 7): Required property is missing: shell

This commit is contained in:
suyiiyii 2024-12-22 21:19:10 +08:00
parent 08c8bb955f
commit cac5e09f71
Signed by: suyiiyii
GPG Key ID: 044704CB29B8AD85

View File

@ -28,3 +28,4 @@ runs:
- name: Install dependencies
if: ${{ inputs.install-deps == true }}
run: uv sync --frozen
shell: bash