Updated action.yml

Still need to fix the README
This commit is contained in:
Annika Merris 2024-02-03 19:09:42 -05:00
parent 8f00ad1f71
commit 00b2dcc4f2
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View file

@ -1,2 +1,4 @@
node_modules/
/dist/
.id_rsa
.id_rsa.pub

View file

@ -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)'