update README

This commit is contained in:
Abdud Dayan Adeeb 2020-06-17 21:02:21 -04:00
parent 9ad56b3196
commit 07b07c8cd2

View file

@ -23,25 +23,3 @@ Docker already supports running commands inside a docker image. See [jobs.<jobs_
echo "first line" echo "first line"
echo "second line" echo "second line"
``` ```
### Supported Inputs
```yaml
image:
description: 'Image'
required: true
options:
description: 'Options'
required: false
command:
description: 'Command'
required: false
registry:
description: 'Registry'
required: false
username:
description: 'Username'
required: false
password:
description: 'Password'
required: false
```