diff --git a/action.yaml b/action.yaml index e5d88a5..695c226 100644 --- a/action.yaml +++ b/action.yaml @@ -14,5 +14,4 @@ inputs: runs: using: "composite" steps: - - run: $GITHUB_ACTION_PATH/action.js - shell: node + - run: node $GITHUB_ACTION_PATH/action.js