Fix hyperlink bug

This commit is contained in:
Santiago Lo Coco 2022-03-01 17:49:07 -03:00
parent 152f8e3a7e
commit 6ede3f09c3
1 changed files with 2 additions and 2 deletions

View File

@ -4,12 +4,12 @@ GitHub action to build a package, analyze it with `namcap`, and output the packa
This action supports PKGBUILDs that have AUR dependencies. This action supports PKGBUILDs that have AUR dependencies.
## Table of contents ## Table of contents
- [Inputs and outputs <a name="io"></a>](#io-) - [Inputs and outputs <a name="inputs-and-outputs-"></a>](#inputs-and-outputs--)
- [Usage <a name="usage"></a>](#usage-) - [Usage <a name="usage"></a>](#usage-)
- [Contributing <a name="contributing"></a>](#contributing-) - [Contributing <a name="contributing"></a>](#contributing-)
- [License <a name="license"></a>](#license-) - [License <a name="license"></a>](#license-)
## Inputs and outputs <a name="io"></a> ## Inputs and outputs <a name="inputs-and-outputs-"></a>
### Inputs: ### Inputs:
* `pkgDir`: PKGBUILD directory relative path. * `pkgDir`: PKGBUILD directory relative path.
* `gpgPublicKey`: GPG public key that will be used to sign packages. * `gpgPublicKey`: GPG public key that will be used to sign packages.