@@ -21,17 +21,19 @@ Here's what this action can do:
2121
2222Following inputs can be used as ` step.with ` keys
2323
24- | Name | Type | Default | Required | Description |
25- | -------------------------- | ------- | ------------------ | -------- | -------------------------------------------------------------------------------- |
26- | ` path ` | String | | ` false ` | Path where PKGBUILD is located. This path always located under $GITHUB_WORKSPACE |
27- | ` pkgver ` | String | | ` false ` | Update ` pkgver ` on your PKGBUILD |
28- | ` pkgrel ` | Integer | | ` false ` | Update ` pkgrel ` on your PKGBUILD |
29- | ` updpkgsums ` | Boolean | ` false ` | ` false ` | Update checksums on your PKGBUILD |
30- | ` srcinfo ` | Boolean | ` false ` | ` false ` | Generate new .SRCINFO |
31- | ` namcap ` | Boolean | ` true ` | ` false ` | Validate PKGBUILD |
32- | ` flags ` | String | ` -cfs --noconfirm ` | ` false ` | Flags after ` makepkg ` command. Leave this empty will disable this command. |
33- | ` aur ` | Boolean | ` false ` | ` false ` | Resolve dependencies using paru |
34- | ` update_archlinux_keyring ` | Boolean | ` true ` | ` false ` | Update the archlinux keyring |
24+ | Name | Type | Default | Required | Description |
25+ | ----------------------------| ---------| -------------------------------| ----------| ----------------------------------------------------------------------------------|
26+ | ` path ` | String | | ` false ` | Path where PKGBUILD is located. This path always located under $GITHUB_WORKSPACE |
27+ | ` pkgver ` | String | | ` false ` | Update ` pkgver ` on your PKGBUILD |
28+ | ` pkgrel ` | Integer | | ` false ` | Update ` pkgrel ` on your PKGBUILD |
29+ | ` updpkgsums ` | Boolean | ` false ` | ` false ` | Update checksums on your PKGBUILD |
30+ | ` srcinfo ` | Boolean | ` false ` | ` false ` | Generate new .SRCINFO |
31+ | ` namcap ` | Boolean | ` true ` | ` false ` | Validate PKGBUILD |
32+ | ` flags ` | String | ` -cfs --noconfirm ` | ` false ` | Flags after ` makepkg ` command. Leave this empty will disable this command. |
33+ | ` aur ` | Boolean | ` false ` | ` false ` | Resolve dependencies using paru |
34+ | ` update_archlinux_keyring ` | Boolean | ` true ` | ` false ` | Update the archlinux keyring |
35+ | ` pgpkeys ` | String | | ` false ` | Comma-separated PGP public keys to be loaded before calling makepkg. |
36+ | ` pgpkeyserver ` | String | ` hkps://keyserver.ubuntu.com ` | ` false ` | PGP key server address. |
3537
3638### Examples
3739
0 commit comments