From 603068e0ceff6e7de570d2347a16efbdf17c58a8 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Tue, 5 May 2026 17:20:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BD=BF=E7=94=A8=20action=20=E7=9A=84?= =?UTF-8?q?=E4=B8=8D=E9=9C=80=E8=A6=81=E6=8C=87=E5=AE=9A=20shell?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/action.yml b/action.yml index 6975cac..2327249 100644 --- a/action.yml +++ b/action.yml @@ -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