From 77f37ad6f14740d01de71f33c7b74657241ac0a4 Mon Sep 17 00:00:00 2001 From: kamack38 <64226248+kamack38@users.noreply.github.com> Date: Wed, 27 Apr 2022 14:10:39 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20Update=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 19 ++++++++++--------- action.yml | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8c1a363..a89fa12 100644 --- a/README.md +++ b/README.md @@ -21,15 +21,16 @@ Here's what this action can do: Following inputs can be used as `step.with` keys -| Name | Type | Default | Required | Description | -|-------------------|-----------|-------------------------------|-----------|---------------------------------------| -| `path` | String | | `false` | Path where PKGBUILD is located. This path always located under $GITHUB_WORKSPACE | -| `pkgver` | String | | `false` | Update `pkgver` on your PKGBUILD | -| `pkgrel` | Integer | | `false` | Update `pkgrel` on your PKGBUILD | -| `updpkgsums` | Boolean | `false` | `false` | Update checksums on your PKGBUILD | -| `srcinfo` | Boolean | `false` | `false` | Generate new .SRCINFO | -| `namcap` | Boolean | `true` | `false` | Validate PKGBUILD | -| `flags` | String | `-cfs --noconfirm` | `false` | Flags after `makepkg` command. Leave this empty will disable this command. | +| Name | Type | Default | Required | Description | +| ------------ | ------- | ------------------ | -------- | -------------------------------------------------------------------------------- | +| `path` | String | | `false` | Path where PKGBUILD is located. This path always located under $GITHUB_WORKSPACE | +| `pkgver` | String | | `false` | Update `pkgver` on your PKGBUILD | +| `pkgrel` | Integer | | `false` | Update `pkgrel` on your PKGBUILD | +| `updpkgsums` | Boolean | `false` | `false` | Update checksums on your PKGBUILD | +| `srcinfo` | Boolean | `false` | `false` | Generate new .SRCINFO | +| `namcap` | Boolean | `true` | `false` | Validate PKGBUILD | +| `flags` | String | `-cfs --noconfirm` | `false` | Flags after `makepkg` command. Leave this empty will disable this command. | +| `aur` | Boolean | `false` | `false` | Resolve dependencies using paru | ### Examples diff --git a/action.yml b/action.yml index a0a033d..dcce652 100644 --- a/action.yml +++ b/action.yml @@ -36,7 +36,7 @@ inputs: default: 'true' required: false aur: - description: 'Resolve dependencies using AUR' + description: 'Resolve dependencies using paru' default: 'false' required: false