From 944bf8edad33a51180b9bc006044fab88dc245c8 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Tue, 30 Jul 2024 14:59:07 +0800 Subject: [PATCH] Revert "(chore): Using PowerShell Core instead of PowerShell Desktop (#46)" This reverts commit 342b3ac4c01d0b7b6c2942be6ba3f228b84f1ea2. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0dcbd9c..962f072 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,7 @@ runs: using: composite steps: - run: ${{ github.action_path }}/action.ps1 - shell: pwsh + shell: powershell branding: icon: package