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