Files
rpmbuild/action.yml
2020-03-28 18:28:33 +05:30

10 lines
219 B
YAML

name: 'Container Action Template'
description: 'Get started with Container actions'
author: 'GitHub'
inputs:
myInput:
description: 'Input to use'
default: 'world'
runs:
using: 'docker'
image: 'Dockerfile'