mirror of
https://github.com/renovatebot/github-action.git
synced 2026-02-03 18:58:09 +00:00
feat: Add docker-network input param (#853)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
parent
f9e5140430
commit
c928c7fe82
4 changed files with 21 additions and 0 deletions
|
|
@ -40,6 +40,10 @@ inputs:
|
|||
description: |
|
||||
Override docker command. Default command is `renovate`
|
||||
required: false
|
||||
docker-network:
|
||||
description: |
|
||||
Docker network.
|
||||
required: false
|
||||
docker-user:
|
||||
description: |
|
||||
Docker user. Default to an unprivileged user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue