From 0f1e3509583f5680c1ec5d12f209f103eb0c9b78 Mon Sep 17 00:00:00 2001 From: xRain Date: Tue, 22 Aug 2023 11:57:46 +0800 Subject: [PATCH] test --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 049ba30..68cafae 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ runs: steps: - uses: docker://node:18 with: - entrypoint: 'sh -c' + entrypoint: '/bin/sh -c' args: | npm install npm run build -- --outputPath=dist