https://github.com/evgeni/action-piuparts
Run piuparts on a Debian package
https://github.com/evgeni/action-piuparts
Last synced: 8 months ago
JSON representation
Run piuparts on a Debian package
- Host: GitHub
- URL: https://github.com/evgeni/action-piuparts
- Owner: evgeni
- License: mit
- Created: 2023-04-09T14:45:11.000Z (about 3 years ago)
- Default Branch: devel
- Last Pushed: 2025-08-12T10:35:14.000Z (10 months ago)
- Last Synced: 2025-08-28T21:25:36.587Z (10 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# piuparts docker action
This action runs [`piuparts`](https://salsa.debian.org/debian/piuparts) on a Debian package.
## Inputs
### `package`
The package to run `piuparts` on. Default `"*.changes"`.
### `base-image`
The base image to run `piuparts` in. Default `"debian:sid"`.
### `distribution`
The Debian distribution to run `piuparts` in. Default `"sid"`.
`base-image` and `distribution` should match to have a correct piuparts test.
### `fake-essential-packages`
Packages that should be added to the fake-essential-packages list. Default `""`.
## Example usage
```yaml
uses: evgeni/action-piuparts@devel
with:
package: path/to/the/package_1.0.0-1_all.changes
```