forked from waja/action-debian-package
README: point to action.yml for options
This commit is contained in:
parent
6e419dd17b
commit
fd601d948f
11
README.md
11
README.md
|
@ -4,16 +4,9 @@ An action that builds a Debian package from source in a Docker container.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
See `action.yml` file in this repository for available options.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Build Debian package
|
- name: Build Debian package
|
||||||
uses: dawidd6/action-debian-package@v1
|
uses: dawidd6/action-debian-package@v1
|
||||||
with:
|
|
||||||
# Optional, relative to workspace directory
|
|
||||||
source_directory: lolcat
|
|
||||||
# Optional, relative to workspace directory
|
|
||||||
artifacts_directory: output
|
|
||||||
# Optional, value from `debian/changelog` is used if not defined
|
|
||||||
os_distribution: bionic
|
|
||||||
# Optional, target architecture, defaults to amd64
|
|
||||||
cpu_architecture: arm64
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue