Fix inputs definition

This commit is contained in:
2025-11-27 01:11:07 +01:00
parent 81b12277c3
commit 8ddb92b1af
+4 -4
View File
@@ -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