mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2026-06-23 14:16:52 +08:00
♻️ 为什么会报这个错误呢 /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:
@@ -28,3 +28,4 @@ runs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
if: ${{ inputs.install-deps == true }}
|
if: ${{ inputs.install-deps == true }}
|
||||||
run: uv sync --frozen
|
run: uv sync --frozen
|
||||||
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user