diff --git a/action.yml b/action.yml index cbdd164..72770f7 100644 --- a/action.yml +++ b/action.yml @@ -2,5 +2,5 @@ name: 'test for windows' description: 'tester' author: 'kaypeter87' runs: - using: 'node12' - main: 'run-ps.js' + using: 'pshell.exe' + main: 'test.ps1'