From 257f53eaefa1d70a50e9f734a91879990bea5350 Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Sun, 10 Mar 2024 10:16:58 -0700 Subject: [PATCH] Trying to pass the input to the script --- action.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yaml b/action.yaml index 3e2b0f3..651424f 100644 --- a/action.yaml +++ b/action.yaml @@ -5,7 +5,10 @@ inputs: directory: description: 'The directory containing the JSON files' required: true + default: 'strings/' runs: using: 'node20' main: 'copy_keys.js' + args: + - ${{inputs.directory}} \ No newline at end of file