feat: 使用 action 的不需要指定 shell
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user