Fix inputs definition
This commit is contained in:
+4
-4
@@ -1,16 +1,16 @@
|
||||
name: "Build rpm packages"
|
||||
description: "Build both src and binary rpms using rpmbuild. rpmautospec should be available on the builder image."
|
||||
author: "Daniel Demus"
|
||||
inputs:
|
||||
specfile:
|
||||
description: The filename of the spec file to build. If not set and there is only 1 specfile, it will be selected automatically.
|
||||
required: false
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- id: entrypoint
|
||||
name: Clone source
|
||||
shell: bash
|
||||
inputs:
|
||||
specfile:
|
||||
description: The filename of the spec file to build. If not set and there is only 1 specfile, it will be selected automatically.
|
||||
required: false
|
||||
run: |
|
||||
set -e
|
||||
|
||||
|
||||
Reference in New Issue
Block a user