From 00b2dcc4f29a216b311342ddae41f775e01cb83c Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Sat, 3 Feb 2024 19:09:42 -0500 Subject: [PATCH] Updated `action.yml` Still need to fix the README --- .gitignore | 2 ++ action.yml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 1156ada..80d512b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ node_modules/ /dist/ +.id_rsa +.id_rsa.pub diff --git a/action.yml b/action.yml index bcff476..396f821 100644 --- a/action.yml +++ b/action.yml @@ -11,6 +11,9 @@ inputs: destination: description: 'Destination path for the extracted files' required: false + shell_command: + description: 'The shell command to execute, defaults to `/bin/bash -c`' + required: false outputs: destination: description: 'Destination of extracted file(s)'