From fd601d948f52f8b8c7b30b47c79eab3cbdfc7310 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Sat, 6 Jan 2024 13:47:08 +0100 Subject: [PATCH] README: point to action.yml for options --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 11ea6db..217fda0 100644 --- a/README.md +++ b/README.md @@ -4,16 +4,9 @@ An action that builds a Debian package from source in a Docker container. ## Usage +See `action.yml` file in this repository for available options. + ```yaml - name: Build Debian package 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 ```