From a0ec2c717ef6ebecfa8a6e2e2c0a72a190740a61 Mon Sep 17 00:00:00 2001 From: Rin Arakaki Date: Sun, 12 Feb 2023 19:32:49 +0900 Subject: [PATCH] Update and rename action.yml to action.yaml --- action.yml => action.yaml | 1 + 1 file changed, 1 insertion(+) rename action.yml => action.yaml (96%) 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'