Action to build RPM from gear repository
Find a file
2026-02-09 17:47:55 +03:00
action.yml Add debug info print 2026-02-09 17:47:55 +03:00
LICENSE Initial commit 2025-05-28 17:07:52 +03:00
README.md Update 2025-05-31 19:31:29 +03:00

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