mirror of
https://github.com/naveenrajm7/rpmbuild.git
synced 2025-07-12 04:13:50 +00:00
Update action.yml
This commit is contained in:
15
action.yml
15
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'
|
Reference in New Issue
Block a user