mirror of
https://forgejo.merr.is/annika/actions-docker-extract.git
synced 2025-12-10 12:13:12 -05:00
Updated action.yml
Still need to fix the README
This commit is contained in:
parent
8f00ad1f71
commit
00b2dcc4f2
2 changed files with 5 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +1,4 @@
|
|||
node_modules/
|
||||
/dist/
|
||||
.id_rsa
|
||||
.id_rsa.pub
|
||||
|
|
|
|||
|
|
@ -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)'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue