change input name

This commit is contained in:
Naveenraj M
2020-03-30 16:01:02 +05:30
parent 1b359d3c39
commit dd228e741d

View File

@ -3,10 +3,10 @@ description: 'Build RPM from spec file and source code'
author: 'Naveenraj M' author: 'Naveenraj M'
inputs: inputs:
specFile: spec_file:
description: 'path to the spec file' description: 'path to the spec file'
required: true required: true
default: '.' default: '*.spec'
runs: runs:
using: 'docker' using: 'docker'