From 1942eb589c5cfb7b35ca0596e2624a588692b3aa Mon Sep 17 00:00:00 2001 From: Kazumi Inada Date: Wed, 27 Mar 2024 00:40:32 +0900 Subject: [PATCH] feat: Add action metadata --- action.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 action.yml diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..9cacd4a --- /dev/null +++ b/action.yml @@ -0,0 +1,7 @@ +name: "setup-openframeworks-action" +description: "Setup openFrameworks in workflow" +author: "Kazumi Inada" +inputs: +runs: + using: "node20" + main: "dist/index.js"