diff --git a/action.yml b/action.yml index 84c30ab..df3fe86 100644 --- a/action.yml +++ b/action.yml @@ -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' \ No newline at end of file + image: 'Dockerfile'