diff --git a/action.yml b/action.yaml similarity index 96% rename from action.yml rename to action.yaml index 5a841e6..b50d29a 100644 --- a/action.yml +++ b/action.yaml @@ -18,4 +18,5 @@ inputs: description: Use cross instead of cargo default: false runs: + using: 'node16' main: 'dist/index.js'