mirror of
https://forgejo.merr.is/annika/actions-docker-extract.git
synced 2025-12-13 09:35:40 -05:00
✨ Add the option to specify the destination path (#20)
This commit is contained in:
parent
fa24b0e3ce
commit
fade7a72bc
3 changed files with 10 additions and 7 deletions
|
|
@ -8,6 +8,9 @@ inputs:
|
|||
path:
|
||||
description: 'Path (from root) to a file or directory within Image'
|
||||
required: true
|
||||
destination:
|
||||
description: 'Destination path for the extracted files'
|
||||
required: false
|
||||
outputs:
|
||||
destination:
|
||||
description: 'Destination of extracted file(s)'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue