Update README.md
This commit is contained in:
parent
30d6d7fa4e
commit
5d48e7b1ec
16
README.md
16
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 <a name="inputs-and-outputs-"></a>](#inputs-and-outputs-)
|
||||
- [Usage <a name="usage"></a>](#usage-)
|
||||
- [Contributing <a name="contributing"></a>](#contributing-)
|
||||
- [License <a name="license"></a>](#license-)
|
||||
- [Inputs and outputs](#inputs-and-outputs-)
|
||||
- [Usage](#usage-)
|
||||
- [Contributing](#contributing-)
|
||||
- [License](#license-)
|
||||
|
||||
## Inputs and outputs <a name="inputs-and-outputs-"></a>
|
||||
## 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 <a name="usage"></a>
|
||||
## Usage
|
||||
```yaml
|
||||
steps:
|
||||
webhook:
|
||||
|
@ -38,8 +38,8 @@ steps:
|
|||
from_secret: GPG_PASSPHRASE
|
||||
```
|
||||
|
||||
## Contributing <a name="contributing"></a>
|
||||
## Contributing
|
||||
PRs are welcome.
|
||||
|
||||
## License <a name="license"></a>
|
||||
## License
|
||||
[MIT](https://git.slc.ar/slococo/calbuilder/src/branch/master/LICENSE.md)
|
||||
|
|
Loading…
Reference in New Issue