mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-24 12:17:07 +00:00
feat(volume-mount): mount docker volumes as input (#797)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
parent
6bd5cd83c4
commit
fcce0a0ee8
4 changed files with 44 additions and 1 deletions
|
|
@ -44,6 +44,11 @@ inputs:
|
|||
description: |
|
||||
Docker user. Default to an unprivileged user
|
||||
required: false
|
||||
docker-volumes:
|
||||
description: |
|
||||
Docker volume mounts. Default to /tmp:/tmp
|
||||
default: /tmp:/tmp
|
||||
required: false
|
||||
|
||||
runs:
|
||||
using: node16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue