ovirt/Upload to resources.ovirt.org
Upload RPMs in a standardized way for oVirt. It must be
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 7, 2026
- License
- None
Pinned Snippet
uses: ovirt/ovirt-resources-upload-action@0118a2abbc98e1bcb6d88b86d190207a8d09fe07 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| host | Override host name to upload to | no | resources.ovirt.org |
| username | Username to resources.ovirt.org | yes | — |
| key | SSH private key without a password for resources.ovirt.org | yes | — |
| port | Port to use for SSH connection | no | 22 |
| source | Files to upload. This parameter allows globbing. | no | — |
| target | Target directory on resources.ovirt.org. | yes | — |
| delete_before_upload | Delete files in the target with the same name(s) before the upload | no | no |
| cleanup | Clean up files in target directory. Can be yes or no. If enabled it will remove all but the last 1000 files by file date from the specified directory. | no | no |
| keep_files_count | How many files to keep on cleanup in the target directory. | no | 1000 |
| cleanup_dir | Directory on the remote host in which to clean up subdirectories (1 level deep). If set, removes all but the keep_dirs_count newest subdirectories, starting from the oldest. | no | "" |
| keep_dirs_count | How many subdirectories to keep when cleaning up in cleanup_dir. | no | 10 |
| known_hosts | Expected known hosts from the server. | yes | — |
| createrepo | Update repository metadata in target dir. | no | no |
| createrepo_dir | Directory on the remote host in which to run createrepo. Defaults to target if not set. | no | "" |
| create_target_dir | Create the target directory on the remote host if it does not exist. | no | no |
Outputs
no outputs