Files
container-toolkit-action/action.yml
T

10 lines
219 B
YAML
Raw Normal View History

2019-08-01 18:04:11 +00:00
name: 'Container Action Template'
description: 'Get started with Container actions'
author: 'GitHub'
inputs:
myInput:
description: 'Input to use'
default: 'world'
runs:
using: 'docker'
2019-08-02 09:09:37 -04:00
image: 'Dockerfile'