From 5d48e7b1ec0a54bc3be57c784ea37ce07d1a6386 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sat, 7 Oct 2023 15:46:58 -0300 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6d977b9..ca09724 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ Woodpecker action to build a package, analyze it with `namcap`, and output the p This action supports PKGBUILDs that have AUR dependencies. ## Table of contents - - [Inputs and outputs ](#inputs-and-outputs-) - - [Usage ](#usage-) - - [Contributing ](#contributing-) - - [License ](#license-) + - [Inputs and outputs](#inputs-and-outputs-) + - [Usage](#usage-) + - [Contributing](#contributing-) + - [License](#license-) -## Inputs and outputs +## Inputs and outputs ### Inputs: * `pkgDir`: relative path to the PKGBUILD directory. * `gpgPublicKey`: GPG public key that will be used to sign packages. @@ -24,7 +24,7 @@ None of these inputs are required. * `srcInfo`: Generated `.SRCINFO`. * `pkgFile`: Built package file. -## Usage +## Usage ```yaml steps: webhook: @@ -38,8 +38,8 @@ steps: from_secret: GPG_PASSPHRASE ``` -## Contributing +## Contributing PRs are welcome. -## License +## License [MIT](https://git.slc.ar/slococo/calbuilder/src/branch/master/LICENSE.md)