feat: 使用 action 的不需要指定 shell

This commit is contained in:
Jeffery
2026-05-05 17:20:06 +08:00
parent ee17b7e72d
commit 603068e0ce
-2
View File
@@ -12,9 +12,7 @@ runs:
using: 'composite' using: 'composite'
steps: steps:
- uses: actions/checkout@${{ inputs.checkout_version }} - uses: actions/checkout@${{ inputs.checkout_version }}
shell: bash
- uses: https://gitea.jsc.idv.tw/actions/cache-nuget@${{ inputs.cache_nuget_version }} - uses: https://gitea.jsc.idv.tw/actions/cache-nuget@${{ inputs.cache_nuget_version }}
shell: bash
- run: dotnet restore - run: dotnet restore
shell: bash shell: bash
- run: dotnet build --no-restore - run: dotnet build --no-restore