From dbbd7c71562077211cb6a7671848cb1e868c9a0a Mon Sep 17 00:00:00 2001 From: Naveenraj M Date: Sat, 28 Mar 2020 18:31:28 +0530 Subject: [PATCH] Update action.yml --- action.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) 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'