mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 08:52:35 +00:00
feat: add mount-docker-socket option (#749)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
parent
da15a1bb63
commit
7c65b94442
4 changed files with 52 additions and 0 deletions
|
|
@ -73,6 +73,10 @@ class Input {
|
|||
return !!version && version !== '' ? version : null;
|
||||
}
|
||||
|
||||
mountDockerSocket(): boolean {
|
||||
return core.getInput('mount-docker-socket') === 'true';
|
||||
}
|
||||
|
||||
/**
|
||||
* Convert to environment variables.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue