Update action.yml

This commit is contained in:
Naveenraj M
2020-03-28 18:31:28 +05:30
committed by GitHub
parent f86422b466
commit dbbd7c7156

View File

@ -1,10 +1,13 @@
name: 'Container Action Template'
description: 'Get started with Container actions'
author: 'GitHub'
name: 'rpmbuild'
description: 'Build RPM from spec file and source code'
author: 'Naveenraj M'
inputs:
myInput:
description: 'Input to use'
default: 'world'
specFile:
description: 'path to the spec file'
required: true
default: '.'
runs:
using: 'docker'
image: 'Dockerfile'