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'
inputs:
specFile:
spec_file:
description: 'path to the spec file'
required: true
default: '.'
default: '*.spec'
runs:
using: 'docker'