mirror of
https://github.com/naveenrajm7/rpmbuild.git
synced 2025-07-12 12:13:51 +00:00
Update action.yml
This commit is contained in:
17
action.yml
17
action.yml
@ -1,10 +1,13 @@
|
|||||||
name: 'Container Action Template'
|
name: 'rpmbuild'
|
||||||
description: 'Get started with Container actions'
|
description: 'Build RPM from spec file and source code'
|
||||||
author: 'GitHub'
|
author: 'Naveenraj M'
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
myInput:
|
specFile:
|
||||||
description: 'Input to use'
|
description: 'path to the spec file'
|
||||||
default: 'world'
|
required: true
|
||||||
|
default: '.'
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'Dockerfile'
|
image: 'Dockerfile'
|
||||||
|
Reference in New Issue
Block a user