feat: 使用 action 的不需要指定 shell
This commit is contained in:
@@ -12,9 +12,7 @@ runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- uses: actions/checkout@${{ inputs.checkout_version }}
|
||||
shell: bash
|
||||
- uses: https://gitea.jsc.idv.tw/actions/cache-nuget@${{ inputs.cache_nuget_version }}
|
||||
shell: bash
|
||||
- run: dotnet restore
|
||||
shell: bash
|
||||
- run: dotnet build --no-restore
|
||||
|
||||
Reference in New Issue
Block a user