forked from actions/build-rpm-action
Action to build RPM from gear repository
| action.yml | ||
| LICENSE | ||
| README.md | ||
Description
Build RPM from gear repository. Results located at ~/.cache/hasherc//out/RPMS//.rpm
Inputs
| name | description | required | default |
|---|---|---|---|
packager-email |
Email of packager |
false |
hasherc-ci@altlinux.org |
packager-name |
Packager name |
false |
Builder |
branch |
Branch witch should build. (p11/ sisyphus) |
false |
sisyphus |
Runs
This action is a composite action.
Usage
- uses: alt-gnome/build-rpm-action@main
with:
packager-email:
# Email of packager
#
# Required: false
# Default: hasherc-ci@altlinux.org
packager-name:
# Packager name
#
# Required: false
# Default: Builder
branch:
# Branch witch should build. (p11/ sisyphus)
#
# Required: false
# Default: sisyphus