mirror of
https://github.com/addnab/docker-run-action.git
synced 2025-07-19 07:11:32 +03:00
run on specific shell
This commit is contained in:
@ -11,6 +11,10 @@ inputs:
|
||||
run:
|
||||
description: 'Run command in container'
|
||||
required: false
|
||||
shell:
|
||||
description: 'Use a specific shell'
|
||||
required: false
|
||||
default: sh
|
||||
registry:
|
||||
description: 'Registry'
|
||||
required: false
|
||||
|
Reference in New Issue
Block a user